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))
Join us for an in-depth look at the new Power BI features and capabilities at the free Microsoft Business Applications Launch Event.
User | Count |
---|---|
47 | |
13 | |
11 | |
10 | |
10 |
User | Count |
---|---|
39 | |
26 | |
18 | |
13 | |
12 |