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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.