Forum Discussion
Count the Result Measure to Create Bar Chart
Hello Anonymous ,
I created 2 simple measures where for both "Pass and Fail", you can create Bar chart with this by adding them to x axis..
Pass = CALCULATE(
If you find this helpful , please mark it as solution and Your Kudos are much appreciated!
Thank You
Dharmendar S
I tried using above measure that is giving the different count than the data in table visual.
- dharmendars0072 years ago
Memorable Member
Are you looking to have only distinct count of work unit if so you can replace count by distint count.
If you find this helpful , please mark it as solution and Your Kudos are much appreciated!
Thank You
Dharmendar S
- Anonymous2 years agoNot applicable
Even if I use the distinct count it is giving the same result as using count and not matching with the expected results
- dharmendars0072 years ago
Memorable Member
share us the sample dataset with the expected result and wrong result this will help us to check further...