Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Mapping Measures with Row Value (Text)

Hi 

How we can mapp measures with Row values like Below

 

Row Value in
Column Name  ||   Measure

A                               A

 

B                               B

 

C                              C

 

  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous ,

    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

4 Replies

  • Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.

    Appreciate your Kudos.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

    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

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    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