Forum Discussion
Incorrect total in bar chart
- 5 years ago
Hi Anonymous
You can create a measure as:
Total = VAR __table = SUMMARIZE('Table1',[Teanologia],"_value",sum(values)) RETURN IF(HASONEVALUE(Table1[Teanologia]),sum(values),SUMX(__table,[_value]))Best Regards,
LinkIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi Team,
I am getting incorrect values in Bar chart. Earlier same incorrect totals are showing in matrix visual then have written HasoneValue Dax with SUMX and corrected. Now i am getting values error in Bar chart... In tooltip it showing correct value but data label showing wrong value. How to correct it? Attahced screenshot for reference...
When i am changing the slicer, as per table visual its correct but bar chart showing all incorrect values data lable. but if i take cursor on bar it hover showing right values... Feb - correct value is 0.03 but in bar its showing 0.028
Thank in advace!
Sandeep