Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I have a table that has four columns: key, parentKey, TicketType, summary.
The columns are defined as:
key - unique value of each ticket(will have IDs for all types of tickets including epics, stories, tasks and bugs)
parentKey - will be the key of epic under which other ticket types are present(bug, story and task) *value will be blank for epics
TicketType - categorical column with four values: Epic, Story, Task, Bug
Summary - Short description of each ticket (will have summaries for all types of tickets including epics, stories, tasks and bugs)
I want to create a matrix visual where parentKey and key are selected in rows (such that keys of stories, tasks and bugs mapped to an epic is displayed under the key of the epic) as shown in the 1st figure below and correspondingly the summary of the epic/story/task/bug in the values field.
The resultant table I have got is not showing the summary of the epic. Rather it is displaying the summary of one of the ticket types that is matched under it. How can I correct this visual to show summary of the epic correctly?
Pic 1 - Resultant Matrix Visual
Pic 2 - Parameters selected for generating matrix
Pic 3 - Sample data
Visual: Summary Issue
Visual Parameters
Table
Hi @Anonymous ,
You can create a calculated column as below and replace the field [parentkey] on the matrix. Please find the details in the attachment.
New Parentkey = IF ( 'Table'[parentkey] = BLANK (), 'Table'[key], 'Table'[parentkey] )
Best Regards
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |