Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

KPI Card cannot show YTD

My KPI card
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous ,

    Based on my testing, please try the following methods:

    1.Create the sample table.

    2.Create the measure to calculate kpi values.

    KPI = 
    var _numer = SUMX('Table', 'Table'[NUMERATOR])
    var _de = SUMX('Table', 'Table'[DENOMINATOR])
    RETURN
    DIVIDE(_numer, _de)
    

    3.Drag the measure into the card visual. The result is shown below.

    Best Regards,

    Wisdom Wu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.