The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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 |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |