Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I am using IsFiltered for a table call Customers.
What I want to do is check if the Customers table is Filtered but exclude if the field Status is filtered.
IsCustomerFiltered = IsFiltered(Customers,AllExcept(Customers,Status)).
This does not work.
Is there a workaround,
Thank You,
Michael
Solved! Go to Solution.
@MikeSolvesBI Perhaps:
IsCustomerFiltered = ISFILTERED('Customers') && NOT(ISFILTERED('Customers'[Status]))
@MikeSolvesBI Perhaps:
IsCustomerFiltered = ISFILTERED('Customers') && NOT(ISFILTERED('Customers'[Status]))
Hello,
I guess I should have been clearer.
The Status is a page filter and is always on. I want to ignore the page filter.
Sorry,
Michael
Hi @MikeSolvesBI ,
have you found a solution for this case?
I will really appreciate your answer! 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
97 | |
69 | |
46 | |
39 | |
33 |
User | Count |
---|---|
163 | |
110 | |
61 | |
51 | |
40 |