Non blank minimum of measure

da_gze

New Member
Joined
May 3, 2017
Messages
4
Min%20of%20measure.png
How do you calculate the minimum value of a measure not including blanks in power pivot?

The example clarifies the question:
https://www.dropbox.com/s/ayvk170koolx73s/Min of measure.png?dl=0


Min%20of%20measure.png
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Does Min() also work with measures?

The example in the first post represents the "result pivot table" where the two last columns are measures. How to write the last measure is the actual question.
 
Upvote 0
Well, no. MINX does.

Replace Min in my first attempt with.

MINX (
VALUES ( Table[Column that matches the rowsin your pivottable] ),
[Measure]
)
 
Last edited:
Upvote 0
That does the trick...
At one point i was close to this solution but now i realize i used the wrong "Table[Column that matches the rowsin your pivottable]".
Thnx
 
Upvote 0

Forum statistics

Threads
1,213,565
Messages
6,114,338
Members
448,569
Latest member
Honeymonster123

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top