Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Adding Trend Line, Track the Result by Group

Hello everyone,   To track and compare what actions attribute the most sigificant change on data, I'm going to add more trend lines in visual. Sample PBI file is here.   In dashboard, an overall...
  • v-kelly-msft's avatar
    v-kelly-msft
    5 years ago

    Hi  Anonymous ,

     

    Create a measure as below:

    Measure 2 = SUMX(VALUES('Progress Record'[Campaign Page ID]),'Progress Record'[Measure])

    And you will see:

    For the related ,pbix file,pls see attached.

     

    Best Regards,
    Kelly

    Did I answer your question? Mark my post as a solution!