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.
Hi All,
I'm trying to connect the two below tables.
Below I've provided info about the tables, as well as some current attempts that aren't working.
Any advice would be much appreciated. Thank you.
Table info
The All_promo table has a distinct row for each sku, store and range of the promo weeks. For example:
The aggregate table has a distinct row for each sku, store and fiscal_year week. For example:
Current strategy to connect the two tables
Other info
Current attempts at DAX to bring in the fiscal_year_week_start - so I can concatenate and connect.
You should create dimension tables with unique values covering the range of values for fields (non value fields) common to both tables. You then create one -to-many relationships between each dimension field and the corresponding field in each table. You then use the fields from these dimension tables in you visuals, slicers, meaaures, filters...
Dax is much more simple with a this type of model.
Proud to be a Super User!
Paul on Linkedin.
User | Count |
---|---|
97 | |
76 | |
76 | |
48 | |
26 |