Power BI

Power BI

7501 bookmarks
Custom sorting
Variables in DAX | Purple Frog Systems
Variables in DAX | Purple Frog Systems
Variables can simplify your DAX code, help with debugging and help improve performance. To use variables in your DAX measure you need to declare a variable using the VAR keyword, give the variable a name, and then assign an expression to the variable. You can use multiple variables in a measure but when using variables […]
·purplefrogsystems.com·
Variables in DAX | Purple Frog Systems
Localizing the Data Model - Part 3 - Microsoft Power BI Community
Localizing the Data Model - Part 3 - Microsoft Power BI Community
Introduction OK, so as I mentioned in Part 1, a user in my user group recently asked me about localizing a Power BI data model including table names, column names, measure names as well as titles for visualization, etc. I figured I'd break this subject up into chunks so there will at least be two pa...
·community.powerbi.com·
Localizing the Data Model - Part 3 - Microsoft Power BI Community
Some filter operations based on character function... - Microsoft Power BI Community
Some filter operations based on character function... - Microsoft Power BI Community
Usage scenarios: Sample data table:   #1. Check field if they existed English characters.(upper: 65 ~ 90, lower: 97 ~ 122)   Create a list of all English characters. List.Transform(List.Union({{65..90},{97..122}}),each Character.FromNumber(_))​ Add a custom column with function to compare each cha...
·community.powerbi.com·
Some filter operations based on character function... - Microsoft Power BI Community
Standard Bank uses AI, AutoML to retain clients, target customers, and staff branches
Standard Bank uses AI, AutoML to retain clients, target customers, and staff branches
Standard Bank, which operates in more than 20 countries in sub-Saharan Africa and abroad, adopted a self-service Power BI model in 2017 and has evolved the platform from descriptive analytics to predictive and prescriptive models. The bank’s Insurance Business group collaborated with its BI Data Visualization team to use AI and automated machine learning to predict and accurately target customers.
·customers.microsoft.com·
Standard Bank uses AI, AutoML to retain clients, target customers, and staff branches
Variables in DAX - Excelerator BI
Variables in DAX - Excelerator BI
Earlier this week I did a live stream event.  I put out a poll and asked people to tell me what topic they wanted me to talk about.  The options were Calculated Columns vs Measures Tips for Excel users moving to Power BI Using Variables in your DAX The overwhelming [...]Read More »
·exceleratorbi.com.au·
Variables in DAX - Excelerator BI
Power Query: Insert Sum Rows for Dynamic Periods - Microsoft Power BI Community
Power Query: Insert Sum Rows for Dynamic Periods - Microsoft Power BI Community
Sample Table In the following scenario, I would like to insert a sum row for each 5 days as an example.   Method 1      let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("bdBLCsAgDATQu7iWkon1dxbx/tdoAqWQjrh7yiTjWklFcdlJOUEk7fyRGtUgxaQHuU1GkGrSgjR60yl5+HgEmhRk9/8k+N4z...
·community.powerbi.com·
Power Query: Insert Sum Rows for Dynamic Periods - Microsoft Power BI Community
Do you know the Anchor Time in Relative Time Filte... - Microsoft Power BI Community
Do you know the Anchor Time in Relative Time Filte... - Microsoft Power BI Community
When you are new to use the relative time filter and relative time slicer in a report, you might find that the filtered records are not consistent with that you observe the results manually. For example, I have some ticket data as below. I hope to see the records created in the last 12 hours of the ...
·community.powerbi.com·
Do you know the Anchor Time in Relative Time Filte... - Microsoft Power BI Community
Part 1 – Learn How To HIGHLIGHT Events On Power BI... - Microsoft Power BI Community
Part 1 – Learn How To HIGHLIGHT Events On Power BI... - Microsoft Power BI Community
I created a video to demonstrate how you can highlight any time-bound events on a chart timeline using DAX and conditional formatting in Power BI.  In addition, in this example, we will analyze and visualize how events like Covid lockdown, promotions, and campaigns can impact sales performance. You ...
·community.powerbi.com·
Part 1 – Learn How To HIGHLIGHT Events On Power BI... - Microsoft Power BI Community
Page-Level Security workaround in Power BI
Page-Level Security workaround in Power BI
Learn how to secure report pages or tabs in Power BI from unauthorized access and control who has access to what page.
·radacad.com·
Page-Level Security workaround in Power BI
Doing relative-time Slicers properly in Power BI | Gerhard Brueckl on BI & Data
Doing relative-time Slicers properly in Power BI | Gerhard Brueckl on BI & Data
A very common requirement for a Power BI report that I stumble across at almost all of my customers is to automatically show data for the current day/month/year when a report is opened. At first sight this seems like a very trivial problem but once you dig into the problem, you will realize that all…
·blog.gbrueckl.at·
Doing relative-time Slicers properly in Power BI | Gerhard Brueckl on BI & Data
Azure Map in Power BI with Layers: Part Three
Azure Map in Power BI with Layers: Part Three
In the last two posts, I have explained how to access Azure Map and create bubble charts and Bar charts with other available settings. check the first Post from here and the second one from here. In this blog, I am going to talk about different layers we can have on top of the map. Read more about Azure Map in Power BI with Layers: Part Three[…]
·radacad.com·
Azure Map in Power BI with Layers: Part Three