Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Currently, Power BI does not provide a way to distinguish whether a filter was applied by:
All these filters merge into the same filter context in DAX, making it impossible to create measures or logic that behave differently based on the filter source.
Example:
Introduce a way to detect filter origin in DAX or via the Power BI API. For example:
A new DAX function like:
FILTERSOURCE()
// Possible return values:
// "UserSlicer", "UserVisualInteraction", "VisualFilter", "PageFilter", "ReportFilter", "VisualColumn"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.