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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
User_costco
New Member

¿Hay alguna forma de poner etiquetas de porcentajes en un Diagrama de Venn junto a los valores?

El elemento gráfico tiene por default una etiquetes para valores porcentuales:

User_costco_0-1736699905313.png

Pero como se solicita la visualización de la información es de esta manera:

User_costco_1-1736699962608.png

¿Es viable?

1 ACCEPTED SOLUTION
v-linhuizh-msft
Community Support
Community Support

Hi @User_costco ,

 

Based on my knowledge, there isn't a way to set the position of the label directly. Since this is a custom visualization, I recommend reaching out to the developer for further assistance.

vlinhuizhmsft_0-1736734497174.png

 

You can create measures and use card visuals instead of labels as an alternative method:

Twitter_sum = CALCULATE(SUM('Social Media Usage'[Number of users]),'Social Media Usage'[Twitter]=1,'Social Media Usage'[Instagram]=0)

Result:

vlinhuizhmsft_0-1736735198719.png

Best Regards,
Zhu

 

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

View solution in original post

1 REPLY 1
v-linhuizh-msft
Community Support
Community Support

Hi @User_costco ,

 

Based on my knowledge, there isn't a way to set the position of the label directly. Since this is a custom visualization, I recommend reaching out to the developer for further assistance.

vlinhuizhmsft_0-1736734497174.png

 

You can create measures and use card visuals instead of labels as an alternative method:

Twitter_sum = CALCULATE(SUM('Social Media Usage'[Number of users]),'Social Media Usage'[Twitter]=1,'Social Media Usage'[Instagram]=0)

Result:

vlinhuizhmsft_0-1736735198719.png

Best Regards,
Zhu

 

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

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors