Forum Discussion
Creating Measures without common relationship
- 4 years ago
Hi, nataliesmiy1357
If you want to join the tables, you need to adjust the table structure of table b in Power Query Editor. As mentioned by Ashish_Mathur ,you need unpivot table columns and add a new column [level] in table a.
After establishing the relationship between the tables, you can directly drag the fields to the table visual to get the results you want.
Pleasae check my sample file.
Best Regards,
Community Support Team _ Eason
Hi,
TableA should be "Unpivoted" to transform it into a 2 column dataset - Level and Date. Thereafter, one can bring over the Date in TableB in either the Query Editor (via Merging) or DAX (via a calculated column formula).
Hope this helps.
I'm not exactly sure what you mean by this... how do I do that? And how do I create a dax formula to bring them together?
- Ashish_Mathur4 years ago
Super User
Hi,
Share TableA and TableB in a format that can be pasted in an MS Excel file.
- nataliesmiy13574 years ago
Helper IV
Ashish - due to confidentiallity, I am sadly unable to share the tables.... how would you do it in Layman's terms?
- v-easonf-msft4 years ago
Community Support
Hi, nataliesmiy1357
Can you provide more details? In your screenshot, I can see that the current level of the course name is 4. Then how would you confirm the Date of the level 4 you want? Or do you want to join the table like the following to merge related records?
Best Regards,
Community Support Team _ Eason