Forum Discussion

Nani's avatar
Nani
Frequent Visitor
2 years ago
Solved

Dax Issue (Total is not correctly populating in table visual after using a measure)

Hi , After adding the below measure((Adjusted revenue)  to the table visual The total is not showing correctly, as it taking the total of the measure(Revenue for selected range_without RMS forecaste...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Nani ,

     

    You can create a new Adjusted Revenue measure to place on the visual object instead of the old one to see if the totals are correct.

    new Adjusted Revenue measure= SUMX(VALUES(Table[ArrivalDate]), [Adjusted Revenue Measure])

     

    If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

     

    Best Regards,

    Neeko Tang

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