Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone,
I have a table with requests and they have statuses like: "In progress", " Confirmed"...
I made a measure to count only confirmed requests:
CONFIRMED = CALCULATE( COUNTROWS('REQUESTS'), 'REQUESTS'[STATUS] = "confirmed")
I used it for a few charts. When I have chosen "Declined" on one of them in the table shouldn't be any "confirmed". I don't know how to explain it, so below I sent a print screen.
Thank you in advance for your help 🙂
Solved! Go to Solution.
Hello:
You can try:
Hello:
You can try:
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
6 |