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.
I want to create a matrix like the following example:
I have the following table with dummy data:
Projekt ID | Projektname | Status Gesamt | Probleme Gesamt | Status Zeit | Probleme Zeit | Status Budget | Probleme Budget | Status Personal | Probleme Personal |
PR-01 | Projekt 1 | grün | probleme gesamt 1 | grün | probleme zeit 1 | rot | probleme budget 1 | grün | probleme personal 1 |
PR-02 | Projekt 2 | gelb | probleme gesamt 2 | rot | probleme zeit 2 | gelb | probleme budget 2 | grün | probleme personal 2 |
PR-03 | Projekt 3 | grün | probleme gesamt 3 | grün | probleme zeit 3 | grün | probleme budget 3 | gelb | probleme personal 3 |
I want to create four categories: Gesamt, Zeit, Budget, Personal
In power bi i have unpivoted correctly the Statuses columns and the result is:
The matrix now, shows correctly the first column.
Any ideas how to make the Second Problem column? I tried to unpivot this aswell but i dont know how to implement into the matrix
what values are you expecting for the second column?
Proud to be a Super User!
Paul on Linkedin.
If in my filters i have selected all the projeckts then the matrix will show probleme budget 1, probleme budget 2, probleme budget 3
If in the filters i have selected i.e Projekt 1 then in the matrix will show probleme budget 1 e.t.c