Forum Discussion

fernandesdiego's avatar
fernandesdiego
New Member
2 years ago

Radar chart with multiple tables and measures

I am struggling to find a way to prepare the data, as the chart need the categories to be on the rows and I have them as measures and calculated columns, so I am not sure I can "unpivot" my tables in a way that would make this possible.

 

Some context:

Spoiler

 

Users

UserIdUserName
1John
2Jane

Incidents

IDUserIdDateTime to Resolve
201mm/dd/YYYY HH:mm2:00:00
302mm/dd/YYYY HH:mm1:00:00
402mm/dd/YYYY HH:mm0:30:00

Calls

Id

UserIdDateHandling TimeSpeed to Answer

123

1mm/dd/YYYY HH:mm00:15:0000:10:00

124

1mm/dd/YYYY HH:mm00:10:0000:12:00

125

2mm/dd/YYYY HH:mm00:23:0000:09:00

Calendar

Date

01/01/2024

01/02/2024
01/03/2024
[...]

Example: when I have a visual with the user name, I can create a measurement to calculate its average handling time, another to time to resolve incident, and use the calendar dates as a slicer to filter both tables at once.

I want to build something similar to this

 

 

 

Users have many incidents and calls, and I use the calendar table to filter them by date. There are more but I need only these for now. I will use min-max normalization on my measures to show a fixed range on the chart (0-1).

1 Reply

  • Your data is already in a suitable format, no need to unpivot.  You should be able to link up your data model from the calendar table and the users table and then add the normalized measures to the radar chart, with the users as Legend and the date as filter.