DAX

DAX

1155 bookmarks
Custom sorting
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
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
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 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
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
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
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
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
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
Data Caches In A DAX Calculation
Data Caches In A DAX Calculation
In this tutorial, you’ll learn about what data caches do in a DAX calculation. You’ll understand how they work with the formula and storage engines to provide answers to your queries.Download Free Resources HereWhat Are Data Caches?The storage engine interacts with the formula engine in the form of a
·flip.it·
Data Caches In A DAX Calculation
Materialization Ideas For Data Caches In DAX Studio
Materialization Ideas For Data Caches In DAX Studio
This tutorial will discuss about materialization for data caches in DAX Studio. This post will show how it affects your calculation while generating results with your query. You’ll learn which materialization is better in order to maximize DAX’s performance.There are two ideas of materialization: Ear
·flip.it·
Materialization Ideas For Data Caches In DAX Studio
Optimizing conditions involving blank values in DAX - SQLBI
Optimizing conditions involving blank values in DAX - SQLBI
This article describes how blank values considered in a DAX conditional expression can affect its query plan and how to apply possible optimizations to impr
·sqlbi.com·
Optimizing conditions involving blank values in DAX - SQLBI
Fill Data to the Right in a Table - Excelerator BI
Fill Data to the Right in a Table - Excelerator BI
I was helping someone recently with an issue. They wanted to allow end users (department managers in this case) to enter data in a table as simply as possible, and then use this data for reporting. The challenge often is, that the easiest way to enter data from a user’s [...]Read More »
·exceleratorbi.com.au·
Fill Data to the Right in a Table - Excelerator BI