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 need to understand how this will work can anyone explain this?
Solved! Go to Solution.
ALLEXCEPT means keep that filter. So in this all filter other than perosn will ignored. You will get person count by removing filter of all other than person.
If display by person. you will see 1. For most of the other groups it will be like sub total
refer these
https://www.sqlbi.com/articles/using-allexcept-versus-all-and-values/
Hi, @Anithabs
In my case, I try to create other measures that generate the same result.
I am not sure about how your whole data model looks like, but I created a sample pbix file like below.
And wrote two more measures that are easier to understand than allexcept (just my opinion).
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
Hi, @Anithabs
In my case, I try to create other measures that generate the same result.
I am not sure about how your whole data model looks like, but I created a sample pbix file like below.
And wrote two more measures that are easier to understand than allexcept (just my opinion).
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
ALLEXCEPT means keep that filter. So in this all filter other than perosn will ignored. You will get person count by removing filter of all other than person.
If display by person. you will see 1. For most of the other groups it will be like sub total
refer these
https://www.sqlbi.com/articles/using-allexcept-versus-all-and-values/
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |