DAX

DAX

1155 bookmarks
Custom sorting
Tabular Editor: Explicit Calculation Group Measures | PowerDAX
Tabular Editor: Explicit Calculation Group Measures | PowerDAX
I am always looking for optimizations to facilitate real-world use cases. In this article, we had a requirement to create every possible variation of our time intelligence calculation group for every base measure in a Power BI semantic model. Why explicit measures? Calculation groups are awesome. However, they lack some customizability in ordering, etc. and ... Read more
·powerdax.com·
Tabular Editor: Explicit Calculation Group Measures | PowerDAX
DAX and semantic models announcements at the Fabric Conference 2025 - SQLBI
DAX and semantic models announcements at the Fabric Conference 2025 - SQLBI
I usually do not write about announcements and new features until we have had time to try and test them in the real world. However, there are always excepti
Two flavors of Direct Lake: Direct Lake on SQL endpoint is the “legacy” version of Direct Lake
Direct Lake on OneLake is a new mode that will be integrated with OneLake security.
model in Direct Lake is always stored on the cloud, and it does not store anything on the local computer. However, this integration opens up the possibility of using external tools and simplifies the introduction of other features, like the next one.
Composite models with Direct Lake and Import mode
you can mix tables in Direct Lake mode (also coming from different sources) and in Import mode.
does not create “limited” relationships between tables from different data sources
The table in Import mode does not have the current limitations of tables in Direct Lake
ill be possible to materialize a view on Lakehouse using SQL statements
: It will also be possible to create calculated tables and calculated columns based on tables connected through Direct Lake.
The semantic model will introduce the notion of “Calendars
The last announcement is the more important one for the long term. You will be able to write and use functions defined in DAX. These are called User-Defined Functions (UDFs), which you should not confuse with User Data Functions in Azure: the DAX UDFs exist in semantic models, are written, and can be consumed in DAX.
·sqlbi.com·
DAX and semantic models announcements at the Fabric Conference 2025 - SQLBI
Power BI Cleaner now fully covers Calculation Groups
Power BI Cleaner now fully covers Calculation Groups
The new version of the Power BI Cleaner tool prevents you from deleting DAX expressions that have been used in calculation groups.
·thebiccountant.com·
Power BI Cleaner now fully covers Calculation Groups
Chris Webb's BI Blog: Using Power BI Dynamic M Parameters In DAX Queries
Chris Webb's BI Blog: Using Power BI Dynamic M Parameters In DAX Queries
As I’m sure you’ve guessed by now I’m a big fan of dynamic M parameters in Power BI. They’re easy to use in Power BI Desktop but what if you want to use them in your own DAX…
·blog.crossjoin.co.uk·
Chris Webb's BI Blog: Using Power BI Dynamic M Parameters In DAX Queries
Phil Seamark on DAX
Phil Seamark on DAX
The next chapter in this series on Creative Aggs looks at Filtered Aggs, what they are, and how you might use them to speed up reports connected to Power BI and SSAS models. The series so far : Int…
·dax.tips·
Phil Seamark on DAX
Export large amount of data from Power BI desktop visuals –
Export large amount of data from Power BI desktop visuals –
Export data from visuals in Power BI has limitations that can be circumvented by a simple trick. Using DAX Studio with a automatically created query:
·thebiccountant.com·
Export large amount of data from Power BI desktop visuals –
The Dynamic Time Matrix - Power BI Tips and Tricks
The Dynamic Time Matrix - Power BI Tips and Tricks
Time and time again when I begin talking with Excel users and ask to see what current reports they are using, they usually show me [...]
·powerbi.tips·
The Dynamic Time Matrix - Power BI Tips and Tricks
Speed up Power BI reports using columns
Speed up Power BI reports using columns
Did you know, in some cases, it is possible to add columns to your model to speed up the DAX used behind visuals to make them as much as 100 times faster? The PBIX helper file for this article can …
·dax.tips·
Speed up Power BI reports using columns
Power BI: Build a custom KPI scorecard
Power BI: Build a custom KPI scorecard
Patrick walks you through how you can use Power BI to build a custom KPI scorecard. The key is the UNICHAR DAX function. Demo files: https://guyinacu.be/demofiles
·guyinacube.com·
Power BI: Build a custom KPI scorecard
Grouping in Power BI Desktop Without Using DAX
Grouping in Power BI Desktop Without Using DAX
Way back in Oct-2016, Microsoft released a feature in Power BI Desktop that makes the process of creating groups much easier for the average user. I was reminded of this feature by an article by Re…
·exceleratorbi.com.au·
Grouping in Power BI Desktop Without Using DAX
Power BI Paginated, DAX, Power Query and more... (April 22, 2019)
Power BI Paginated, DAX, Power Query and more... (April 22, 2019)
Thanks for watching this week’s Power BI news roundup! Last weeks roundup: https://guyinacu.be/roundup134 2 Minute Tuesday: https://guyinacu.be/databrickserror Patrick’s tech video: https://guyinacu.be/modelview Adam’s tech video: https://guyinacu.be/powerbigetdata Sources DAX 101: Summing values for the total (@FerrariAlberto) Power Query Memory Usage, Dataflow Container Size And Refresh Performance (@cwebb_bi) Creating a Fiscal Saturday Calendar (@kpuls) Governance settings for Power […]
·guyinacube.com·
Power BI Paginated, DAX, Power Query and more... (April 22, 2019)
Export All Data feature in DAX Studio
Export All Data feature in DAX Studio
In this blog post, I am showing how to export all data from a Power BI file to CSV files or SQL Server tables.
·xxlbi.com·
Export All Data feature in DAX Studio
Setting a Default Slicer Selection
Setting a Default Slicer Selection
I see a lot of Power BI users asking for the ability to set a default slicer selection in their reports. Although this isn’t natively supported as of yet, we can imitate this functionality with a little bit of DAX! A general overview of the process to accomplish this task is as follows: Create a slicer. Create a
·powerpivotpro.com·
Setting a Default Slicer Selection
Exam 70-778 Revision Notes: Using DAX for Calculated Columns
Exam 70-778 Revision Notes: Using DAX for Calculated Columns
Welcome to post number 6 in my series concerning Microsoft Exam 70-778. The series aims to provide a revision tool for those who are looking at taking the exam and to also provide an introduction i…
·crmchap.co.uk·
Exam 70-778 Revision Notes: Using DAX for Calculated Columns
Create a Dynamic Diverging Stacked Bar Chart in Power BI (or Don’t)
Create a Dynamic Diverging Stacked Bar Chart in Power BI (or Don’t)
Makeover Monday this week focused on a variation of the “Big Mac Index”, where costs for various activities are compared in different cities. The original article presented data in a st…
·dataveld.com·
Create a Dynamic Diverging Stacked Bar Chart in Power BI (or Don’t)
PowerBI One Measure for Multiple Dimensions/Facts - DAX
PowerBI One Measure for Multiple Dimensions/Facts - DAX
In this article, we will see how to combine different dimensions and facts inside a single matrix table visual.This approach helps us create fewer measures and tables, but at the same time, it provides us with greater design possibilities, like conditional formatting across the whole column even though there are different measures invoked inside the column. The previous would be impossible without this technique....
·exceed.hr·
PowerBI One Measure for Multiple Dimensions/Facts - DAX