Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
Hope the title makes sense. I have two tables that are not directly related (listed below) and I need to create a third where each value from each table is captured. Example below.
Because most of the data is calculated, I cannot use the Query Editor as these tables / columns are not visible.
Table1 (Manually entered query) = "Name" and a few calculated columns
Table2 (Calculated columns only) = Month Names, Year+Month, Quarter, Year+Quarter from 2017-2019
New table needs to look like this:
A - 2017 Q1
A - 2017 Q2
A - 2017 Q3
A - 2017 Q4
A - 2018 Q....
B - 2017 Q1
B - 2017 Q2
B - 2017 Q....
Any ideas?
Hi @RB1,
Could you please mark the proper answers as solutions?
Best Regards,
Dale
Hello @RB1,
You can use the DAX function USERELATIONSHIP nested with a CALCULATE, like:
CALCULATE ( [Measure] ; USERELATIONSHIP ( FirstTable ; Second Table))
Cheers,
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.