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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 130 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |