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
I have one many to many table AS orders, one bridge table AS Account Manager ID and the third many to many table AS Master Data(2).
I created a bridge table so my many to many tables could connect to each other and I connected them though an id. There are dates in both many to many tables and they don't communicate with each other. I need to filter by date in my report, from the Master Data(2) table, and have orders update to the data range selected.
Can anyone help? I can't find this posted anywhere.
Solved! Go to Solution.
Hi @mgallacher,
You can create a date dimension table (suppose it's named as 'DimDate') using CALENDAR() function. Then this new table will contain a column with unique date values. Then, you can create a one to many relationship between 'orders' and 'DimDate' based on date field. Also, create a one to many relationship between 'Master Data(2)' and 'DimDate'. In that case, 'DimDate' works as a bridge table.
Regards,
Yuliana Gu
Hi @mgallacher
Why not have a separate date table that you connect to both your Orders and Master Data(2) table and use that as your filter table?
Could you give a brief explanation or visual as to how you would set that up? I'm just a marketer who plays an analyst at work. I appreciate the help.
Hi @mgallacher,
You can create a date dimension table (suppose it's named as 'DimDate') using CALENDAR() function. Then this new table will contain a column with unique date values. Then, you can create a one to many relationship between 'orders' and 'DimDate' based on date field. Also, create a one to many relationship between 'Master Data(2)' and 'DimDate'. In that case, 'DimDate' works as a bridge table.
Regards,
Yuliana Gu
Thank you! That solution worked well and I can create a filter from the new date table.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!