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 September 15. Request your voucher.
Hello everyone,
I want to get value of countrows on a measure table ignoring slicer.
Tried these formulas, but unable to ingore slicer and only filtered value returned.
(I got less than 1000, but there actually should be more than 5000 ignoring the slicer)
Measure = CALCULATE(COUNTROWS(table),all(table))
or
Measure = CALCULATE(COUNTROWS(table),all(table[value]))
How should I correct it?
Thank you,
Vladi
Hi, @PbiCeo
I am not sure how your data model looks like but please try to replace ALL with REMOVEFILTERS.
https://docs.microsoft.com/en-us/dax/removefilters-function-dax
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Hello @JihwanKim
Thank you for your reply.
I tried Removefilters, but the result was the same.
@PbiCeo
Your measure looks okay, please share the screenshot of the actual measure make sure you are referencing the correct table and columns.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |