Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi guys,
I'm looking for some help on how to create this measure so... based on another measure value, for example the current existing measure value is MINX is on Total, which is 4.
Now how do i get it so this new measure i'm creating will return the Name Baz.
Hope it make senses.
Thanks.
Solved! Go to Solution.
Hi @holidays511 ,
You can create your measures like so:
Total = SUM('Table'[Apples])+SUM('Table'[Oranges])
Min of Total = MINX('Table',[Total])
Name of Min Total = CALCULATE ( MIN ( 'Table'[Name] ), FILTER ( 'Table', MINX ( 'Table', [Total] ) = [Min of Total] ) )
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @holidays511 ,
You can create your measures like so:
Total = SUM('Table'[Apples])+SUM('Table'[Oranges])
Min of Total = MINX('Table',[Total])
Name of Min Total = CALCULATE ( MIN ( 'Table'[Name] ), FILTER ( 'Table', MINX ( 'Table', [Total] ) = [Min of Total] ) )
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
64 | |
51 | |
39 | |
26 |
User | Count |
---|---|
84 | |
57 | |
45 | |
44 | |
35 |