Power BI

Power BI

9059 bookmarks
Custom sorting
Power BI: How to format a specific cell or row in a table or matrix?
Power BI: How to format a specific cell or row in a table or matrix?
This week, I got an interesting question about Power BI: “Can I format a specific cell or row in a table or matrix?” My answer was yes and I thought it could be a great blog. Let’s say, you need to format the Sales Amount for all countries as a whole number, except for Australia. ... Read morePower BI: How to format a specific cell or row in a table or matrix?
Power_BI_tips·zenatti.net·
Power BI: How to format a specific cell or row in a table or matrix?
Power BI Icon Names
Power BI Icon Names
Now that you can create icons in Power BI, a common question is "where can I get a list of icon names?". This article provides a list of all standard icons.
Power_BI_tips·exceleratorbi.com.au·
Power BI Icon Names
Blank row in DAX - SQLBI
Blank row in DAX - SQLBI
There are two functions in DAX that return the list of values of a column: VALUES and DISTINCT. This article describes the difference between the two, expla
Power_BI_tips·sqlbi.com·
Blank row in DAX - SQLBI
Custom Format Fields and Measures in Power BI
Custom Format Fields and Measures in Power BI
If you have been watching Power BI news recently, you know that Power BI fields now support custom formatting. In this short blog article, I am going to explain how to use this feature to achieve your custom formatting. You can do things like showing () for negative values, showing custom date/time formats, and etc.…
Power_BI_tips·radacad.com·
Custom Format Fields and Measures in Power BI
Power BI Custom Format String Examples, Part 1: Numbers
Power BI Custom Format String Examples, Part 1: Numbers
Now that we can apply custom format strings to fields and measures in Power BI in the September 2019 release, I thought it would be useful to provide some examples of what’s possible with this very…
Power_BI_tips·blog.crossjoin.co.uk·
Power BI Custom Format String Examples, Part 1: Numbers
Some Methods for Calculating Quarter in DAX for Power BI
Some Methods for Calculating Quarter in DAX for Power BI
You might have wondered that there is no DAX Quarter function in Power BI. Here in this short blog post, I explain some easy methods for calculating quarter. If you like to learn more about Power BI, read Power BI book from Rookie to Rock Star. Sample Data To start this example, you can open…
Power_BI_tips·radacad.com·
Some Methods for Calculating Quarter in DAX for Power BI
A Brief Treatment of DIVIDE(), RANKX(), and “N/A”
A Brief Treatment of DIVIDE(), RANKX(), and “N/A”
This is What I Want (What I Really Really Want): Zeroes to Rank Poorly. Divide by Zero Errors to Display “N/A.” And “N/A” to NOT participate in my ranking. RANKX: the Mother of Many Blog Posts Ya know, we could probably write articles about RANKX for an entire year. There are just SO many subtleties to it, and
Power_BI_tips·powerpivotpro.com·
A Brief Treatment of DIVIDE(), RANKX(), and “N/A”
TRIMMEAN in DAX
TRIMMEAN in DAX
This blog post shows how you can accurately replicate the Excel TRIMMEAN function in DAX, accounting for duplicate values at tails.
Power_BI_tips·xxlbi.com·
TRIMMEAN in DAX
Using Custom Format Strings in Power BI Desktop
Using Custom Format Strings in Power BI Desktop
Patrick walks you through how to use custom format strings in Power BI Desktop. From dates and time to numbers, he calls out some things to look out for. Custom Format String Documentation: https://do…
Power_BI_tips·guyinacube.com·
Using Custom Format Strings in Power BI Desktop
REMOVEFILTERS() in DAX
REMOVEFILTERS() in DAX
REMOVEFILTERS() is a new DAX function that was created to make the language easier to learn and understand. Learn why REMOVEFILTERS() was introduced here.
Power_BI_tips·exceleratorbi.com.au·
REMOVEFILTERS() in DAX
DAX: Base conversions
DAX: Base conversions
I was doing some work recently which required DAX calculations to convert values from a specific base to another, e.g. to convert a value in hexadecimal format to a base 10 representation (or decim…
Power_BI_tips·dax.tips·
DAX: Base conversions
DAX: Bitwise calculations
DAX: Bitwise calculations
As an extension to my recent article on base conversions in DAX, I thought I’d show how these conversion calculations can be used to help you perform bitwise calculations in DAX. At present, …
Power_BI_tips·dax.tips·
DAX: Bitwise calculations
Creating a Table in Power BI Using DAX Table Constructor
Creating a Table in Power BI Using DAX Table Constructor
There are some functions in DAX that are useful in very specific scenarios. For example, sometimes, you might want to create a table entirely in DAX. If you want to do that, what are your ways and how it is possible? This might be helpful especially in the first days of learning about DAX. Let's…
Power_BI_tips·radacad.com·
Creating a Table in Power BI Using DAX Table Constructor
Using DataTable DAX Function for Creating Structured Table in Power BI
Using DataTable DAX Function for Creating Structured Table in Power BI
In another blog article, I explained how easy is to use table constructor in DAX to create a data table fast in Power BI. However, that method has some limitations, such as not being able to name columns or set their data types. In this blog post, I'll explain about DataTable function in DAX which…
Power_BI_tips·radacad.com·
Using DataTable DAX Function for Creating Structured Table in Power BI
Row-based Time Intelligence
Row-based Time Intelligence
For this blog, I want to share an interesting data modelling technique which you might consider when having performance problems with time intelligence calculations. This particular pattern works w…
Power_BI_tips·dax.tips·
Row-based Time Intelligence
Filtering Power BI Visuals by Measure
Filtering Power BI Visuals by Measure
Power BI lets you filter the visual data by a measure, such as by a measure that dynamically calculates the customer’s rank. This is convenient but there are performance implications related to the wa…
Power_BI_tips·prologika.com·
Filtering Power BI Visuals by Measure
Crazy keyboard shortcuts for dax in power bi desktop
Crazy keyboard shortcuts for dax in power bi desktop
Patrick shows you how to be efficient in Power BI Desktop using keyboard shortcuts for the DAX Editor. It is crazy bananas! Documentation: https://docs.microsoft.com/power-bi/desktop-accessibility
Power_BI_tips·guyinacube.com·
Crazy keyboard shortcuts for dax in power bi desktop