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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Anonymous
Not applicable

Line chart 2D plot

Hello,

 

I have an idea to visualise data this way. Does someone know if it's possible to visualise anything like this or similar to it?

It is survey data where you can answer 1 to 5 and then I want to see the average for each question.

 

My idea:

Xilitor01_0-1635334561283.png

 

I hope someone has a good idea 🙂

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

How about creating a custom visual by yourself?

Please refer to the following document for Detailed steps.

https://docs.microsoft.com/en-us/power-bi/developer/visuals/develop-circle-card

 

Best Regards

Community Support Team _ polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

9 REPLIES 9
Anonymous
Not applicable

Hi @Anonymous ,

How about creating a custom visual by yourself?

Please refer to the following document for Detailed steps.

https://docs.microsoft.com/en-us/power-bi/developer/visuals/develop-circle-card

 

Best Regards

Community Support Team _ polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi Polly,

 

Thank you for your answer.

 

I think making a custom visual is the best idea for now.

 

Thank you 🙂

Kumail
Impactful Individual
Impactful Individual

Hello @Anonymous 

 

 

The reference file link and image is attached for your quick reference.

Kumail_0-1635475830014.png

 

https://drive.google.com/file/d/13AB_sAD5Q5ujvk6G9aK3VV_LyY30IItu/view?usp=sharing

 

Regards

Kumail Raza

If this answers your query, mark it as solution.

Kudos are appreciated 🙂

Anonymous
Not applicable

Hi Kumail,

Thank you for your response.

 

I am unfortunately unable to open your link as I get an "Access Denied".

 

Based on your image I might've been unclear.

It should be something like below, but because this is a custom visual I lose a lot of possibilities - like I want it to be dots on a line instead of a bar:

Xilitor01_0-1635495858638.png

 

Thank you 🙂

 

Kumail
Impactful Individual
Impactful Individual

Send your request again.

 

You need to mention the custom visual that you are looking to use.

 

 

amitchandak
Super User
Super User

@Anonymous , Create a table like this

 

union(
Summarize(Table, Table[Category], "Value", min(Table[Value]), "Type", "Min"),
Summarize(Table, Table[Category], "Value", max(Table[Value]), "Type", "Max"),
Summarize(Table, Table[Category], "Value", Average(Table[Value]), "Type", "Avg")
)

 

and the create a line/abr  visual with axis as Type, Value and Value and Category as small multiple 

 

with no of columns =1

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi amitchandak,

 

Thank you very much for your response.

 

Unfortunatel I get this error:

Xilitor01_0-1635359724848.png

 

 

Some (maybe) useful information:
It is two tables with a DirectQuery whereas the question comes from the one table (SINGLECHOICEQUESTIONVIEW) and the answers come from another table (SINGLECHOICEANSWERVIEW). These are connected on QuestionID.

 

I hope you can still help me! 🙂

Kumail
Impactful Individual
Impactful Individual

Hello @Anonymous 

 

If you could send a sample .pbix that demonstrates what you are looking to get. It would really help to provide you with a quick solution.

Regards
Kumail Raza

Anonymous
Not applicable

Hi Kumail,

 

Thank you for your response.

 

As this is a DirectQuery I cannot give you a pbix with the exact data. But I have exported the some sample data to Excel and created a pbix file you can download below.

I know it look a little scuffed but I hope you get the idea anyway - please think about a solution that would work on a DirectQuery.

 

Download pbix here: https://easyupload.io/voh485

 

Thank you very much! 🙂

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon & SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.