Power BI

Power BI

7501 bookmarks
Newest
Showing DAX Expressions When Using Power BI Datasets (Live) — Havens Consulting
Showing DAX Expressions When Using Power BI Datasets (Live) — Havens Consulting
Video by: Reid Havens Learn how to display DAX expressions in the description tooltip - when hovering over the measure in the fields list. This can be applied to all measures easily and effortlessly using Tabular Editor . Related Content External Tool - Tabular Editor External Tool
·havensconsulting.net·
Showing DAX Expressions When Using Power BI Datasets (Live) — Havens Consulting
Market Basket Analysis in R Part 3
Market Basket Analysis in R Part 3
About a couple of years ago, I wrote two articles about what is association rules and how we can have them in Power BI.In this post, I am going to put some more enhancements and show you how with data that is not cleaned how you can create Market Basket Analysis. these enhancements are about Read more about Market Basket Analysis in R Part 3[…]
·radacad.com·
Market Basket Analysis in R Part 3
Pre-Announcing Automatic Installation of the Power BI app for Microsoft Teams
Pre-Announcing Automatic Installation of the Power BI app for Microsoft Teams
We’re pre-announcing a new capability to help organizations automatically install the Power BI app for Microsoft Teams for active users of the Power BI service. A new Power BI admin tenant setting is starting to roll-out allowing Power BI admins to control automatic installation. Automatic installation will start occurring in November 2021 for organizations with the setting enabled.
·powerbi.microsoft.com·
Pre-Announcing Automatic Installation of the Power BI app for Microsoft Teams
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
Quick Tips: Adding Leading Zero to Integer Values (Padding) with DAX and Power Query
Quick Tips: Adding Leading Zero to Integer Values (Padding) with DAX and Power Query
There are some cases that we want to add a leading zero to a digit, such as showing 01 instead of 1, 02 instead of 2 and so on. We have two options to do this in Power BI, doing it in Power Query or doing it with DAX. Adding a Leading Zero in Power … Continue reading Quick Tips: Adding Leading Zero to Integer Values (Padding) with DAX and Power Query
·biinsight.com·
Quick Tips: Adding Leading Zero to Integer Values (Padding) with DAX and Power Query
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