Forum Discussion
Create A Count Card Dasboard For Each Status
- Anonymous4 years ago
Hi Anonymous .
Create a measure for count as ;
CountCompleted=CALCULATE(COUNTROWS(TABLE),FILTER(Table'[Status]="Completed")
In the same way you can create count of all other status and put them inside cards.
In format pane, you will see option for conditional formatting.
Let me know if that helps.
Thanks,
Sanket
If this post helps, then mark it as "Accept as Solution" and give it a thumbs up.
Hi Anonymous .
Create a measure for count as ;
CountCompleted=CALCULATE(COUNTROWS(TABLE),FILTER(Table'[Status]="Completed")
In the same way you can create count of all other status and put them inside cards.
In format pane, you will see option for conditional formatting.
Let me know if that helps.
Thanks,
Sanket
If this post helps, then mark it as "Accept as Solution" and give it a thumbs up.