Forum Discussion
NavaneethaRaju
4 years agoHelper IV
Need a measure
Hi, I enclosed the image. bar chart i want to display the percentage values like the same in matrix visual. in matrix i enable percent of column total. but in barchart we dont have any option. ...
- 4 years ago
Hi NavaneethaRaju ,
According to your description, I create a sample, here's my solution.
Create a measure.
Measure% = VAR _Total = SUMX ( FILTER ( ALL ( 'Table' ), 'Table'[Month] = MAX ( 'Table'[Month] ) ), 'Table'[Measure] ) RETURN DIVIDE ( [Measure], _Total )Put this measure in the column chart visual, get the correct result.
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
VijayP
4 years agoCommunity Champion
It can be added tooltip in the chart
in chart field option add the %GT Request Total to Tooltips