Hello-
I have the below data set, i would like to get the maximum and minimum value for the Measure
Table 1
ID Measure
1 5
2 6
3 7
4 8.5
5 9
6 10
I can use the below formula to get the max value of 10, but when a slicer/dropdown filter is applied for the ID then the value that i get is for the selected filter ID and not max for the whole table. What do i do so that even if a page level filter is applied then i can get the value of 10 (Max) of measure,
Solved! Go to Solution.
Hi @MattAllington thanks for reverting back to my query, it doesnt seem to work with a measure pls see attached.
You can write CALCULATE(max(tableName[measure]),All(tableName))
Featured Session Drive Data Culture with Power BI: Vision, Strategy & Roadmap. Register here https://myignite.microsoft.com #MSIgnite #PowerPlatform #Power BI
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
50 | |
18 | |
13 | |
12 | |
10 |
User | Count |
---|---|
38 | |
25 | |
18 | |
18 | |
15 |