Change – while never easy – is sometimes necessary! If your organization is still running SharePoint 2013 for your enterprise content management, the time for change is fast approaching. On April 11, 2023, Microsoft is officially ending its extended support for this product (among others). What does this mean for you? And what are your […]
Microsoft
Row Context & Filter Context in DAX
In this article, I am going to explain what is Row Context & Filter Context in DAX. First, we know what is context. Context enables you to do dynamic analysis, in which the results of a formula can be changed to reflect the current row or cell selection and any associated data. An understanding of […]
Accessing Power BI confidential data in Excel for internal organization users
Background Microsoft Excel is a popular and preferred spreadsheet solution for quick daily use reporting by the majority corporations and businesses in the world. Many times, corporate users need access to organization’s data in Excel for further development of MIS Reports. Power Query is a powerful tool embedded in Excel which can connect to internal […]
10 Steps to Writeback in Power BI Using Power Apps
Writeback in Power BI Using Power Apps! Since we are aware that Power BI does not directly allow us for editing or writeback, we may use Power Apps to provide this feature. We learned how to integrate Power Apps on Power BI dashboard in the first part. In this section, we’ll create the same canvas […]
How to Create Data Source Parameters?
In this article, I am going to explain how we can create data source parameters in Power BI. If you have different environments like Development, QA (UAT), and Production, and you want to check your reports on those environments without spending too much time changing the data sources. So, that time you need to create […]
What is Bravo for Power BI?
What is Bravo for Power BI? Bravo studio is a design before, no code tool which allows you to turn your app designs and prototypes into real publishable mobile apps (both iOS and Android). You can use Bravo to build even complex apps by connecting your design to external tools via APIs. In this blog, […]
Adding Pre calculated rank column in Power BI
Firstly, starting with, what is Rank function in Power BI? So, Power BI’s Rank function returns the ranking order based on the order specified. The Rank column command adds a new column to a table, with the ranking determined by one or more other table columns. To specify how ties should be handled, use the […]
With A Passion for Learning, Toni Milushev Paves His Way to Career Success
Meet Toni Milushev, Director of Product Engineering Perficient is committed to Growth for Everyone, and colleague Toni Milushev is a great example of how we’re helping our people grow professionally. He takes the initiative to go above and beyond his role and is quick to lend a helping hand to assist those around him in […]
Introduction to “Export to PDF” in Power BI Desktop
Microsoft has released the feature Export to PDF option from Power BI Desktop. This feature has been available in every update of the Power BI desktop since August 2018. Read to explore this option and how to use it. Now, let’s get started. The following screenshot refers to the sample of my report. How To […]
My Experiences with Live Connection Mode: Power BI
Live Connection Mode: Power BI Live Connection is one of the connection modes to connect the data source into Power BI, just like Import and Direct Query. As of now, some of the cloud data sources we can connect through Power BI Live Connection are: Azure Analysis Services SQL Server Analysis Services Tabular SQL Server […]
Retrieval of different datatypes with formContext Data Objects on Model driven (Dynamics 365) Forms
This article is dedicated to retrieving different data values available on Dataverse tables using client-side scripts such as JavaScript. This technic would be very helpful to extend model-driven form out-of-box functionality to meet the real-time business requirement, such as implementing complex business rules validations, making form fields hide/show, manipulating datatypes values, and many more. Now […]