dax

dax

1079 bookmarks
Custom sorting
Time Intelligence Dynamic Legend in Line Charts
Time Intelligence Dynamic Legend in Line Charts
dynamic labels and calculation group precedence seem unrelated, but need to go hand by hand. This article shows a technic to avoid the dangers.
·esbrina-ba.com·
Time Intelligence Dynamic Legend in Line Charts
Calculating Age in Power BI – Data Savvy
Calculating Age in Power BI – Data Savvy
In week 26 of Workout Wednesday for Power BI, I asked people to calculate the age of Nobel laureates at the time they received the award. I provided some logic, but I didn’t prescribe how to …
·datasavvy.me·
Calculating Age in Power BI – Data Savvy
TREATAS – DAX Guide - SQLBI
TREATAS – DAX Guide - SQLBI
TREATAS: Treats the columns of the input table as columns from other tables. https://dax.guide/treatas/
·sqlbi.com·
TREATAS – DAX Guide - SQLBI
IGNORE – DAX Guide
IGNORE – DAX Guide
Tags a measure expression specified in the call to SUMMARIZECOLUMNS function to be ignored when determining the non-blank rows.
·dax.guide·
IGNORE – DAX Guide
Use Custom DAX to create a Linear Regression Trendline with a Dynamic Date Hierarchy in Power BI
Use Custom DAX to create a Linear Regression Trendline with a Dynamic Date Hierarchy in Power BI
Recently I was asked to provide an example of a custom Linear Regression Trendline in Power BI that can dynamically re-calculate for both different levels of a Date hierarchy along with different filter selections. After designing and creating the example, I thought it would be useful to share wit...
·techcommunity.microsoft.com·
Use Custom DAX to create a Linear Regression Trendline with a Dynamic Date Hierarchy in Power BI
Using Power Automate to run DAX queries against your Power BI dataset
Using Power Automate to run DAX queries against your Power BI dataset
This week the Power BI team announced an awesome new feature. It's the ability to run DAX queries against your Power BI datasets via a REST API. Wow, wow, wow! Given that coding API's might not be something everyone has the ability to do, I thought I'd share how you can use Power Automate to run a DAX query, extract data & save it to a file. Here is a high level summary of the Flow I built: Obtain a Token to authenticate to the Power BI REST APIs Call the new Power BI API, passing a DAX query Pa
·datalineo.com·
Using Power Automate to run DAX queries against your Power BI dataset
Fix my Calculation Group in Power BI | Guy in a Cube
Fix my Calculation Group in Power BI | Guy in a Cube
You’ve spent time creating Calculation Groups in Power BI only to find that they don’t work. What’s up with that? Patrick may be your only hope. Calculation Groups Documentation: https://docs.microsoft.com/analysis-services/tabular-models/calculation-groups
·guyinacube.com·
Fix my Calculation Group in Power BI | Guy in a Cube
Using CONTAINS in DAX - SQLBI
Using CONTAINS in DAX - SQLBI
This article explains how the CONTAINS function works and what can be used as better alternatives in DAX in common use cases. The CONTAINS function in DAX h
·sqlbi.com·
Using CONTAINS in DAX - SQLBI
3 Complex DAX Examples - Goodly
3 Complex DAX Examples - Goodly
In this post we'll have a look at 3 complex cases where DAX proves to be a more efficient tool than Excel.
·goodly.co.in·
3 Complex DAX Examples - Goodly
Be Careful When Filtering for Blanks in DAX — ehansalytics
Be Careful When Filtering for Blanks in DAX — ehansalytics
It is often the case in Power BI you need to filter your data to include or exclude rows where there are blanks. Be careful though, because you might get unexpected results. Consider this table:
·ehansalytics.com·
Be Careful When Filtering for Blanks in DAX — ehansalytics
Comparing Events in Power BI - Excelerator BI
Comparing Events in Power BI - Excelerator BI
Today I am sharing another of those videos where I show you how I have built out my COVID report for Australia http://xbi.com.au/ca   The live report is running a few weeks ahead of my blog videos, so that is why you will see features in the live report that I [...]Read More »
·exceleratorbi.com.au·
Comparing Events in Power BI - Excelerator BI
Using ALLEXCEPT versus ALL and VALUES - SQLBI
Using ALLEXCEPT versus ALL and VALUES - SQLBI
ALLEXCEPT is a handy DAX function to retrieve all the columns of a table except for some. When used as a CALCULATE modifier, its behavior is less intuitive
·sqlbi.com·
Using ALLEXCEPT versus ALL and VALUES - SQLBI
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
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
Deep dive into measure filters in Power BI Desktop - SQLBI
Deep dive into measure filters in Power BI Desktop - SQLBI
When you use a measure as a filter in a Power BI visual, the DAX code generated might show a different behavior whether the measure is part of the values sh
·sqlbi.com·
Deep dive into measure filters in Power BI Desktop - SQLBI
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