Extract Measures and other Metadata from Power BI Semantic Models Using DAX

In 2022, I wrote a popular post about how you can export your DAX measures using DAX Studio, along with other valuable Metadata from Power BI Semantic Models. This is great way to get metadata about your model and allows you to export and store it in e.g. excel format. In December 2023, Power BI … Read more

Using variables in DAX

Cover image

Data Analysis Expressions (DAX) is a powerful language used in Power BI to create complex calculations and data analysis. One of the key features of DAX is the ability to use variables, which can significantly enhance the efficiency and readability of your code. This article explores the benefits of using variables in DAX, provides examples, … Read more