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.
I want to count column Status2020 not equal B and Status2021 = B
I use the formula as below.
COUNT(('Before 2021'[Status(2020)]),
Solved! Go to Solution.
Hi @Anonymous
COUNTROWS (
FILTER (
'Before 2021',
'Before 2021'[Status(2020)] <> "B" && 'Before 2021'[Status(2021)] = "B"
)
)
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Hi @Anonymous
COUNTROWS (
FILTER (
'Before 2021',
'Before 2021'[Status(2020)] <> "B" && 'Before 2021'[Status(2021)] = "B"
)
)
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
34 | |
15 | |
12 | |
7 | |
6 |