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.
I have 2 table charts, depicting incoming and outgoing callls by date. The actual data for these 2 is stored in 2 separate tables. I've created a data table and linked the date values in the 2 tables to the date in the date table. It looks ok, the relationshsips are many to one and the connections are active.
I'd like to focus on individual months, and so I created a slider, using the date value in the date table as the value.
But when I click on an individual month the table charts show blank.
Any ideas?
Solved! Go to Solution.
It sounds like the issue might be related to how the relationships between your tables and the date table are set up, or how the filter context is being applied. Here are a few steps to troubleshoot and resolve the issue:
Verify Relationships:
Check the Date Format:
Use Correct Date Column in Slider:
It sounds like the issue might be related to how the relationships between your tables and the date table are set up, or how the filter context is being applied. Here are a few steps to troubleshoot and resolve the issue:
Verify Relationships:
Check the Date Format:
Use Correct Date Column in Slider:
Thanks! Your structured answer made me work methodically through the options. My problem was a different format in one of the tables that I'd known about but kinda dismissed as not being an issue:)