Forum Discussion
Keepfilters issue
Hi team,
I don't fully understand keepfilters and I think I need to use it. In a report, I have the following measures:
Measure 1 =
Carl
2 Replies
- Ritaf1983Super User
Hi CarlBlunck
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
- AnonymousNot applicable
Hi CarlBlunck ,
Please try this.
Measure 2 = PlannedOtherLeave = CALCULATE ( [PlannedScheduledHours], FILTER(ALL(fact_FutureSchedule), fact_FutureSchedule[Paycode-level1] = "Leave" && NOT fact_FutureSchedule[Paycode-level2] IN { "Additional Annual Leave", "Annual Recreation Leave", "Long Service Leave", "Purchased Leave", "Personal Leave" } ) )If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.