Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Transpose Table in DAX

Hello guys i have an issue, i have a calculated table like this where the values are measures in a another table called "Records" A B C 23 43 56   created using this DAX Expression ...
  • AlB's avatar
    5 years ago

    Hi Anonymous 

    UNION (
        ROW ( "Measure", "A", "Value", [Measure A] ),
        ROW ( "Measure", "B", "Value", [Measure B] ),
        ROW ( "Measure", "C", "Value", [Measure C] )
    )
    

     

    Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

    Contact me privately for support with any larger-scale BI needs, tutoring, etc.

    Cheers