dax

dax

1079 bookmarks
Custom sorting
Welcome to SQLBI+
Welcome to SQLBI+
SQLBI+ is our new subscription service to advanced content that support professional model authors who create semantic models for Power BI and Analysis Serv
tommypuglia·sqlbi.com·
Welcome to SQLBI+
Writing DAX Queries - SQLBI
Writing DAX Queries - SQLBI
Learn how to write DAX queries and how to manipulate tables in DAX measures and calculated columns. The DAX language is commonly used to create measures and
tommypuglia·sqlbi.com·
Writing DAX Queries - SQLBI
On DAX's difficulty and CALCULATE: a rant
On DAX's difficulty and CALCULATE: a rant
Why is DAX so hard to learn? It is an evergreen topic. DAX is difficult to learn because of its inherent complexity. DAX is presented as difficult to learn in ways that do not align with this complexity. The topic is evergreen because of demography among DAXists. This difficulty has spawned a movement, for lack of a better term, rebelling against CALCULATE and purporting to improve the experience of writing DAX by writing it worse. In this post, I will explore these topics and share some opinions on the same.
tommypuglia·antifound.com·
On DAX's difficulty and CALCULATE: a rant
Find the MIN and MAX value from multiple columns with DAX - A random blog about Business Intelligence
Find the MIN and MAX value from multiple columns with DAX - A random blog about Business Intelligence
While participating in the 25 days of DAX Fridays! – Second edition challenge by Curbal, I was searching for a good way of finding the MAX value from multiple columns in a table.During my search I found a nice technique which requires very little DAX code but is perhaps not the most intuitive solution. In ... Read more
tommypuglia·maxwikstrom.se·
Find the MIN and MAX value from multiple columns with DAX - A random blog about Business Intelligence
(Livestream Replay) Best Practices for Report Design & DAX in Power BI - with Gustaw Dudek — Havens Consulting
(Livestream Replay) Best Practices for Report Design & DAX in Power BI - with Gustaw Dudek — Havens Consulting
ABSTRACT 📝 Microsoft Power BI tool consistently provides new features and capabilities to transform the raw data into meaningful insights . Effective UI/UX solutions can be driven by various different functionalities such as, but not limited to: built-in visual-related formatting opti
tommypuglia·havensconsulting.net·
(Livestream Replay) Best Practices for Report Design & DAX in Power BI - with Gustaw Dudek — Havens Consulting
Why Power BI totals might seem wrong - SQLBI
Why Power BI totals might seem wrong - SQLBI
A common question is why Power BI totals are inaccurate because they do not display the sum of individual rows. In this video, we explain the reasons why th
tommypuglia·sqlbi.com·
Why Power BI totals might seem wrong - SQLBI
Introducing the Measure Killer (External Tool) for Power BI! — Havens Consulting
Introducing the Measure Killer (External Tool) for Power BI! — Havens Consulting
Learn about an up and coming external tool that makes it easy to identify and KILL unused measures and columns from a Power BI dataset (PBIX). Gregor Brunner will walk us through how to use this great tool, how it works, and more. Tune in to find out! Video by: Reid Havens
tommypuglia·havensconsulting.net·
Introducing the Measure Killer (External Tool) for Power BI! — Havens Consulting
Use calculated tables to filter down dimensions
Use calculated tables to filter down dimensions
I got an interesting request this week, to improve the usability of the tabular model they wanted to filter the dimension table to only contain the rows that have data in the fact table. That way t…
·kasperonbi.com·
Use calculated tables to filter down dimensions
Generating a series of numbers in DAX
Generating a series of numbers in DAX
This article describes how to create a table with a series of numbers in DAX by using the new GENERATESERIES function or through a workaround using CALENDAR
·sqlbi.com·
Generating a series of numbers in DAX
Duplicated names in DAX
Duplicated names in DAX
This article describes how DAX resolves column and measure names in DAX, providing best practices to avoid conflicting names. A fundamental rule you should
·sqlbi.com·
Duplicated names in DAX