Forum Discussion
qwertzuiop
6 years agoAdvocate III
How to edit bar chart?
Hello PowerBI-Community As you can see below, I have created a bar chart by displaying push messages in a certain period of time. The push messages can be assigned to a customer (here customer = ?)....
- 6 years ago
Hi qwertzuiop ,
You may create measure like DAX below, then put the measure into value box of chart visual.
Count push messages =CALCULATE(COUNT(Table1[push messages]),ALLSELECTED(Table1[customer number]))Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
6 years agoNot applicable
Hi qwertzuiop
What about if you create a measure that sustract the push messages from the customer from the sum of all push messages?