The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.