Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |