Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello i have the follwoing table:
Status | Campaign type |
Completed | A |
Completed | A |
Completed | B |
Completed | R |
Completed | D |
Completed | A |
Cancelled | F |
Cancelled | GS |
Cancelled | GS |
Cancelled | W |
Cancelled | E |
Cancelled | T |
Cancelled | U |
Cancelled | W |
Cancelled | HG |
Cancelled | SF |
Cancelled | AS |
Cancelled | YF |
Paused | A |
Paused | N |
Paused | N |
Paused | J |
Running | L |
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
Solved! Go to Solution.
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.
Thank you! but how to format the campaign based on the staus value?
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
17 | |
16 | |
13 | |
9 | |
9 |