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.
I use a matrix visual to show an overview table on my report page and I am stuck with one of the columns.
My matrix visual looks like that - I am struggling with the last column "Impacted products":
ID_nr | Cause | Owner | Approver | Impacted products |
123 | Problem | Joe | Hugo | |
456 | Issue | Hanna | Fritz | |
789 | Failure | Laura | Paul |
From a second table I receive the information about the Impacted products however they are in the following format:
ID_nr | Impacted product |
123 | Product A |
123 | Product C |
123 | Prodcut D |
456 | Product A |
456 | Product F |
789 | Product F |
789 | Product A |
789 | Product D |
789 | Product X |
In the end I to end up with the final overview table like that:
ID_nr | Cause | Owner | Approver | Impacted products |
123 | Problem | Joe | Hugo | Product A, Product C, Product D |
456 | Issue | Hanna | Fritz | Product A, Product F |
789 | Failure | Laura | Paul | Product F, Product A, Product D, Product X |
Unfortunately I cannot wrap my head around how to filter the data to come up with the desired outcome.
Any help is greatly appreaciated.
Solved! Go to Solution.
Thank you very much - works like a charm.
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
22 | |
14 | |
14 | |
9 | |
7 |