Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
fernandesdiego
New Member

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

fernandesdiego_0-1707834302118.png

 

 

 

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 1
lbendlin
Super User
Super User

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.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors