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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
mcollege
Frequent Visitor

Report Builder pie chart from Excel Forms Likert column

Hi,

 

I've just discovered report builder and have a project to based on an Form for Excel but I'm having trouble visualising data from Likert data in report builder as a pie chart. The dataset is imported as a powerbi dataset from the excel online file that backs the form.

 

UserMeasure1 Question1Measure1 Question2Measure1 Question3Measure2 Question1Measure2 Question2
User1Very HighHighHighMediumHigh
User2HighLowMediumMediumHigh
User1HighVery HighVery HighLowMedium

 

This works fine in PowerBI by dragging the multiple questions for a measure into the visualiser but I need to create the same pie chart in PowerBI report builder for paginated export to word.

 

Each slice in the pie needs to be the total of each response of multiple questions in each measure.

So User1 would have a pie chart for measure 1 ( Very High=3 , High=3 ) so a 50/50 Pie,  Measure2 ( Medium = 2, High=1, Low=1 ) 50/25/25 pie.

 

I can't seem to figure out how to acomplish this, the report is filtered with the user as a parameter. The chart generator in Report Builder seems geared towards numeric values instead of text based.

 

Do I need to do something like create new dataset with calculated fields or something like that?

 

Thanks

2 REPLIES 2
mcollege
Frequent Visitor

Thanks,

 

I think I can work with that - I created another caculated field that adds the counts of each 'Very High' etc. together to get the totals for each measure and the graphs looks correct.

 

I just have to figure out renaming the text that appears in the legend

grazitti_sapna
Resolver I
Resolver I

Hi @mcollege 

You can try using this:- 

Create a calculated column 

Measure1_Question1_Count = IIF([Measure1 Question1] = "Very High", 1, 0)

Repeat this process for each measure and question combination, adjusting the conditions as per your Likert scale values.

 

Thank you. Hope this will help you.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.