Found 1079 bookmarks
Newest
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
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+
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
When can I use OFFSET DAX function in Power BI
When can I use OFFSET DAX function in Power BI
In this writing, I like to share what I have learned about OFFSET DAX function, that recently came out to the world, but not yet documented on https://learn.microsoft.com/en-us/dax/ as of today. When I face the situation to measure date-intelligence-related business requirement, I use SAMEPERIODLASTYEAR, DATESINPERIOD, DATEADD, and so many other time intelligence DAX functions, if a business is using normal & general calendar table. Or, I use FILTER, MIN, MAX, and some other DAX functions, if
·jihwankimcscp.wixsite.com·
When can I use OFFSET DAX function in Power BI
Blogs
Blogs
Analyze, visualize, and report on your data using 92 new DAX functions when creating measures in Power Pivot.
·insider.office.com·
Blogs
Major Update to Power Pivot
Major Update to Power Pivot
I have been blogging about DAX since before Power BI was a product; I started back in 2014 and Power BI was first released as generally available in mid 2015.  Until about 2017, the only way you could build a commercially viable production reporting tool that used DAX was via [...]Read More »
·exceleratorbi.com.au·
Major Update to Power Pivot
Introducing RANKX in DAX - SQLBI
Introducing RANKX in DAX - SQLBI
RANKX is a simple function used to rank a value within a list of values. Its use is simple, but it can be a source of frustration for newbies. In this artic
·sqlbi.com·
Introducing RANKX in DAX - SQLBI
Writing Tabular Editor C# Scripts like a Boss
Writing Tabular Editor C# Scripts like a Boss
Writing Tabular Editor C# Scripts in Visual Studio has many benefits, on top of all Intellisense. This article walks through the configuration process.
·esbrina-ba.com·
Writing Tabular Editor C# Scripts like a Boss
Dynamic Data Label Calculation Groups
Dynamic Data Label Calculation Groups
One of the fundamental things missing from Power Bis visualisation capabilities is the ability to easily control data labels. Having to resort to hacks is not ideal but if good data visualisation i…
·tenfingerseddy.wordpress.com·
Dynamic Data Label Calculation Groups
How to Calculate Compound Rate in Power BI
How to Calculate Compound Rate in Power BI
Recently I had an interesting use case where I had to a compound calculation in Power BI. You can compound an interest rate for example, where you get a certain rate on your savings. Let's say 1% (which is at the time of writing ridiculously high, but bear with me). After 1 year, you get 1% interest
·sqlkover.com·
How to Calculate Compound Rate in Power BI
New OFFSET DAX function 🎉
New OFFSET DAX function 🎉
✨A new DAX function that is already available in the September release of #PowerBIDesktop, but was hidden in the last updates announced in September. ✨#OFFSET allows to make comparisons in context between two values, without writing extremely long and complex
·amalbenrebai.substack.com·
New OFFSET DAX function 🎉