The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I simply can't get my head around how I can build my raw data to be able to show following example in powerBI:
In essense I want to have matrix which can show overlap - but how should my raw data look?
I would appreciate any input or tips
Thanks
Kristoffer
Solved! Go to Solution.
Unpivot this matrix, that's all.
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
I also have a similar usecase.Can you please elaborate more on the solution.
Thanks.
Hi,
The proposed solution is that In the Query Editor, you right click on the Same Color? column and click on "Unpivot Other Columns".
That was prompt! and exactly what I needed...! thanks
Unpivot this matrix, that's all.
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |