Forum Discussion
Dax Issue (Total is not correctly populating in table visual after using a measure)
- Anonymous2 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.
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.
Anonymous Thank you,Its working