Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a measure named 'Measure 2' uses another measure to give a table like this.
DAX of 'Measure 2'
I would like to create a measure that calculates the sum of each row for each place in Buildings. However the names and number of columns is not known as that is a filter applied from another visualization.
The reason I'm trying to calculate the total is because i want to represent a sorted cluster chart, however just utilizing the existing measure as the sort axis gives vague visualizations.
I will use the new measure as a tooltip which will allow me to sort the axis according to the total.
How can I achieve this?
How should I share the PBI file? I am using a SSAS connection to load the data model which requires secondary authentication.
Hi,
Share the download link of the PBI file.
Hi,
Write this measure and drag it to the tooltip. Sort by this new measure
Total of all commodities = SUMX(VALUES(Commodity[Commodity]),[Measure_2])
Hope this helps.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.