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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear Power BI community,
I'm facing an issue with capturing the correct date range in my Power BI summary measure based on the date slicer on the dashboard. I've tried multiple approaches, but the measure is not reflecting the selected date range accurately.
Here's the background:
Hi, Wilson_ and johnt75 ,thanks for your concern about this issue.
Your answer is excellent!
And I would like to share some additional solutions below.
Hello,@nuraneesa .I am glad to help you.
I agree with johnt75 .
The properties of the calculated table/column are static, it cannot interact with the filters (slicers visual) on the visualization page, so it cannot satisfy the need for dynamism.
Measures, on the other hand, can be interacted with dynamically, but they can only return a single value.
Neither calculate columns nor calculated tables can return tables dynamically.
Therefore, if you need to solve the dynamic requirements, you can use the measure to realize indirectly(not calculate columns/tables)
URL:
Table Filter does not work based on slicer selecti... - Microsoft Fabric Community
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Carson Jian,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Calculated tables are only calculated during data refresh, they do not pay any attention to filters or slicers. If you want something to react dynamically, you have to create a measure.
Can you please share a sample pbix file? (If you don't know how, please check the pinned thread in the forum.) It would make debugging your issue easier. 🙂
Proud to be a Super User! | |
User | Count |
---|---|
15 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |