Forum Discussion

Carlo1975's avatar
Carlo1975
Icon for Helper I rankHelper I
5 years ago
Solved

line graph from calculated table

Hi, I try to explain my problem. I have a matrix table, where the value are calculated in a new measure. This measure is an amount, but I transform the value in percentage (on the row total). The r...
  • AlB's avatar
    5 years ago

    Hi Carlo1975 

    Create a new measure based on the one you have. Should be something like:

    New Measure =
    DIVIDE (
        [CurrentMeasure],
        CALCULATE ( [CurrentMeasure], ALL ( Table1[Quarter_Contabile_Number] ) )
    )

     

    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