Tag: Power BI

INTRODUCING DAX WINDOW FUNCTIONS (PART 1)
INTRODUCING DAX WINDOW FUNCTIONS (PART 1)
Blog Posts

The December 2022 release of Power BI Desktop includes three new DAX functions: OFFSET, INDEX, and WINDOW. They are collectively called window functions because they are closely related to SQL window functions, a powerful feature of the SQL language that allows users to perform calculations on a set of rows that are related to the current row. Because these functions… READ MORE

Power BI , Power Automate— auto refresh dataset after dataflow
Power BI , Power Automate— auto refresh dataset after dataflow
Blog Posts

Today I want to show you how to implement an auto dataset refresh after a dataflow is refreshed. On order to this, we use Power Automate. Let’s say that after an Iowa_Liquor_Sales dataflow is refreshed we want to refresh an Iowa_Liquor_Sales dataset automatically. So, create a New flow and choose an Automated cloud flow option. Choose a When dataflow refresh completes trigger. After creating the trigger, you are… READ MORE

USING TREE MAP AS LEGEND ON A PAGE IN POWER BI
USING TREE MAP AS LEGEND ON A PAGE IN POWER BI
Blog Posts

I recently worked on two projects where the client wanted to show multiple metrics sliced by the same categorical data. For example, seeing how various metrics are performing over different regions or different product groups. A use case like this can be achieved in many ways; probably the best approach is to use small multiples… READ MORE

Deep Dive on Power BI and SharePoint
Deep Dive on Power BI and SharePoint
Webinars

SharePoint and Power BI can work very well together. SharePoint can be a data source (lists), a container for data files (Excel. CSV etc in libraries), and as a dashboarding platform (pages). This demo rich session will explore all of these scenarios in great depth. SharePoint data can be finicky to retrieve, and this session… READ MORE