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.
Is there a way I can create a relationship between these 2 tables:
Currently the data has the header as months but the data underneath are scores:
I am trying to create a visualization that will show scores by month for each property.
Thank you for your assistance!
Solved! Go to Solution.
I'd strongly recommend unpivoting your data table.
https://learn.microsoft.com/en-us/power-query/unpivot-column
Then convert the month names into dates (e.g. "Apr" --> 4/1/2023) for the appropriate year so that you can create a relationship to Calendar.
I'd strongly recommend unpivoting your data table.
https://learn.microsoft.com/en-us/power-query/unpivot-column
Then convert the month names into dates (e.g. "Apr" --> 4/1/2023) for the appropriate year so that you can create a relationship to Calendar.