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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.