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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello Power BI Community,
I have a RawData table with the following columns:
I want to allow users to compare data for two selected dates using two dropdown slicers:
I tried creating calculated tables, but calculated tables in Power BI do not dynamically respond to slicer selections. As a result, the data is not filtered based on the dates selected by the user in the slicers.
DAX formula's used for calculated tables that didn't work
What is the best way to achieve this dynamic comparison in Power BI? Any suggestions on how to filter and compare data dynamically based on user-selected dates would be greatly appreciated.
Thank you in advance for your help!
RawData
First Date Filter:
Second Date Filter:
Thanks for the reply from lbendlin , please allow me to provide another insight:
Hi, @Hashmeet
As you have discovered, slicers cannot directly influence the generation of calculated tables and calculated columns.
Below are the screenshots of the relevant answers:
For more details, please refer to:
Solved: Using Slicer values in a calculated column - Microsoft Fabric Community
Solved: Calculated column based on slicer value - Microsoft Fabric Community
Solved: Filter temporal table with filter value - Microsoft Fabric Community
Therefore, I suggest using the SUMMARIZE() function or the SUMMARIZECOLUMNS() function within a measure to generate the desired results based on your final expectations.
For more details, please refer to:
SUMMARIZE function (DAX) - DAX | Microsoft Learn
SUMMARIZECOLUMNS function (DAX) - DAX | Microsoft Learn
Table manipulation functions (DAX) - DAX | Microsoft Learn
Of course, if you have any new discoveries or questions, please feel free to get in touch with us.
Best Regards,
Leroy Lu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
What do you need the slicers for? Put the calendar date column in the columns area of your matrix visual and teach your users how to use the filter pane to select two dates.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.