Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi there,
Solved! Go to Solution.
@Weijia as @AlexisOlson already mentioned, Tables and Columns do not respond to filter and slicer selections in reports. See my post on this topic here: https://excelwithallison.blogspot.com/2020/09/reporting-order-of-operations.html
Then you can create a measure that you can either use as a filter in each visual, or multiply by all other measures to filter the visuals:
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
@Weijia as @AlexisOlson already mentioned, Tables and Columns do not respond to filter and slicer selections in reports. See my post on this topic here: https://excelwithallison.blogspot.com/2020/09/reporting-order-of-operations.html
Then you can create a measure that you can either use as a filter in each visual, or multiply by all other measures to filter the visuals:
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
A calculated table cannot be responsive to slicer selections since they are only evaluated when your data model is loaded or refreshed, not whenever a slicer or a filter is interacted with.
Thanks for the prompt reply. If I want to dynamically split a table into two, is there a way to do it?
You can define measures to behave differently for one side or the other of a split which you can use to implicitly (return blank for one side) or explicitly filter (via a measure filter) your visuals.