Forum Discussion
petrutjim
5 years agoFrequent Visitor
Average with DAX
Hi, I have this data set: I want to create a bar chart, with Phase as category, like this: I need to have Role and Date filters on the dashboard. What I want to achieve is...
amitchandak
5 years agoSuper User
petrutjim
5 years agoFrequent Visitor
this won't work because I need to user the Flag column in order to calculate the sum.
Let me rephrase a bit.
If you count distinct on Name, you will get 2 for CS, 2 for HI and 2 for TI, with All filter on Role. Right?
I want to achieve the same, but using Sum of Flag column.