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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Sania-F
Resolver I
Resolver I

How to format(increase) bullet point size in textbox in power bi

HI Team,

 

I need to add bullet points. I am trying to increase the size of bullet points but its too small. Please help. I am not sure how exactly can I use unichar, considering that I actually also need to show some dynamically inserted values in the text box.

 

SaniaF_0-1718260123812.png

 

Thankyou for help.

1 ACCEPTED SOLUTION
rajendraongole1
Super User
Super User

Hi @Sania-F - In Power BI's text boxes don't provide direct control over bullet point sizes in text box. 

 

Try with below measure and try with card visual or text box, you can increase the bullet point as per your need.

 

BulletPoints =
"• "& "Sales - " & FORMAT([profittotal], "#,##0") & UNICHAR(10)

 

rajendraongole1_0-1718263945473.png

 

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
rajendraongole1
Super User
Super User

Hi @Sania-F - In Power BI's text boxes don't provide direct control over bullet point sizes in text box. 

 

Try with below measure and try with card visual or text box, you can increase the bullet point as per your need.

 

BulletPoints =
"• "& "Sales - " & FORMAT([profittotal], "#,##0") & UNICHAR(10)

 

rajendraongole1_0-1718263945473.png

 

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors