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.
Hello,
I have a table similar to this example:
ID | Color | Team | Date |
1 | Red | A | 30/09/2023 |
1 | Green | A | 30/09/2023 |
2 | Red | A | 01/10/2023 |
1 | Red | B | 30/09/2023 |
1 | Green | B | 30/09/2023 |
2 | Green | B | 01/10/2023 |
I want to create a measure that calculates the number of distinct ID without considering the Color filter. So I created this measure :
Solved! Go to Solution.
Hi,
Please find attached the PBi file.
hi, @Jeremy19
try REMOVEFILTERS(Feuil1) --- it remove all filters from expanded table but you have to aware about expanded table
here i attach screenshot
but you have to aware about expanded table because here REMOVEFILTERS(Feuil1) remove filters from expanded table
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Thank you. If I want to add other filters like the date, they have to be in tables outside my filtered table.
User | Count |
---|---|
75 | |
74 | |
44 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |