Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.