Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Create A Count Card Dasboard For Each Status

Hello i have the follwoing table:

 

StatusCampaign type
CompletedA
CompletedA
CompletedB
CompletedR
CompletedD
CompletedA
CancelledF
CancelledGS
CancelledGS
CancelledW
CancelledE
CancelledT
CancelledU
CancelledW
CancelledHG
CancelledSF
CancelledAS
CancelledYF
PausedA
PausedN
PausedN
PausedJ
RunningL

 

I want to create a dashboard of seperate cards to give me the count of each status , then i want to conditional format the campaign type to a color for each status i asign.

I appreciate the help

  • Anonymous's avatar
    Anonymous
    4 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.

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    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.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you! but how to format the campaign based on the staus value?