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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
vjnvinod
Impactful Individual
Impactful Individual

looking for a specific visual

HI Team,

 

I am looking for a specific visual like the below

i have looked around, didn't find this, is there anyway i can have this visual in power BI desktop?

 

vjnvinod_0-1652074763937.png

 

5 REPLIES 5
TheoC
Super User
Super User

Hi @vjnvinod 

 

I have not see this visual in Power BI before.  I just checked the Power BI Visuals AppSource and couldn't find anything of the like either. 

 

Best of luck with the search!


Theo 

 

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

vjnvinod
Impactful Individual
Impactful Individual

@TheoC 

 

is this be developed using Charticulator?

Hi @vjnvinod I don't believe so. However, if you go to the Charticulator site, you might be able to get a better understanding of the possibilities.

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

vjnvinod
Impactful Individual
Impactful Individual

@TheoC 

 

I managed to resolve it by using python scripts

 

x_data=dataset.Status
 
plt.plot(x_data, d)
plt.plot(x_data, -d)
plt.bar(x_data, height=2*d, bottom=-d, width=0.3)
#plt.axis('off')
ax = plt.gca()
ax.set_xticklabels(x_data)
ax.set_yticklabels([])
plt.yticks([])
for data,x in zip(d, range(5)) :
plt.text(x, data+4, data)
plt.show()

@vjnvinod this is awesome mate. Well done!

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

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.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.