Forum Discussion
Anonymous
6 years agoNot applicable
How to union two measures
Hi, I have two measures. 1.sum of sales(%) 2.Goal(%) I want to show four months of sales in a bar chart visual along with Goal bar . Something like this as below four blue bars are su...
v-deddai1-msft
Community Support
6 years agoHi Anonymous ,
I suggest you use clustered column chart. And you can change your Goal(%) measure to
NEWGoal(%) = IF(MAX(Table[Column]) = "FY21Q2",[Goal(%)],0)
And you visual will be like:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
- Anonymous6 years agoNot applicable
It showing error message as below
"Dax comparison operations do not support comparing values of type number with value of type text consider using the value or format function to convert one of the values."