Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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.
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
User | Count |
---|---|
92 | |
91 | |
84 | |
81 | |
49 |
User | Count |
---|---|
145 | |
142 | |
111 | |
71 | |
55 |