Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Please help.
I want to set the values in the table for the category, but one of the categories should show the data in a different way.
https://drive.google.com/open?id=1nAzp2nEidn85rzOzDEEwKGGDJcrZiObX
Solved! Go to Solution.
Sorry I was away.
Do you mean correct Total?
In that case, you add a new MEASURE referencing previous measure
Please see your amended fiel attached
Measure 2 = IF ( HASONEFILTER ( 'Table'[Category] ), [Measure], SUMX ( VALUES ( 'Table'[Category] ), [Measure] ) )
You can use this MEASURE
Measure = VAR maxmonth = MAX ( 'Table'[Month] ) RETURN IF ( SELECTEDVALUE ( 'Table'[Category] ) = "AU", CALCULATE ( SUM ( 'Table'[value] ), 'Table'[Month] = maxmonth ), SUM ( 'Table'[value] ) )
Sorry I was away.
Do you mean correct Total?
In that case, you add a new MEASURE referencing previous measure
Please see your amended fiel attached
Measure 2 = IF ( HASONEFILTER ( 'Table'[Category] ), [Measure], SUMX ( VALUES ( 'Table'[Category] ), [Measure] ) )
User | Count |
---|---|
84 | |
81 | |
64 | |
53 | |
45 |
User | Count |
---|---|
100 | |
48 | |
41 | |
39 | |
38 |