Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
How we can mapp measures with Row values like Below
Row Value in
Column Name || Measure
A A
B B
C C
Solved! Go to Solution.
Hi @Amardeep100115 ,
Min Measure =
MIN ( 'Table1'[Name] )Max Measure =
MAX ( 'Table1'[Name] )Sele Measure =
SELECTEDVALUE ( 'Table1'[Name] )
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.
Best Regards,
Eyelyn Qin
Hi @Amardeep100115 ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Eyelyn Qin
Hi @Amardeep100115 ,
Min Measure =
MIN ( 'Table1'[Name] )Max Measure =
MAX ( 'Table1'[Name] )Sele Measure =
SELECTEDVALUE ( 'Table1'[Name] )
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.
Best Regards,
Eyelyn Qin
Hi,
Measure = Max(Data[Column Name])
Hope this helps.
@Amardeep100115 ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.