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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
suparnababu8
Super User
Super User

๐’๐œ๐š๐ญ๐ญ๐ž๐ซ ๐‚๐ก๐š๐ซ๐ญ ๐—-๐š๐ฑ๐ข๐ฌ ๐๐ข๐ฌ๐ฉ๐ฅ๐š๐ฒ ๐ฎ๐ง๐ข๐ญ๐ฌ ๐ข๐ฌ๐ฌ๐ฎ๐ž.

Hi Fabric Community,

 

I am facing a problem with scatter chart x axis display units.

suparnababu8_0-1724664260126.png

as shown in above image, x-axis display units displaying bnn insted of 20bn,30b,,etc. 
I used the following DAX measure ans set the formating settings to Dynamic Formatting and I set x-axis display units option to Auto. 

VAR SALES= [SALES]
RETURN
SWITCH(TRUE(),
SALES<100000,"0",
SALES<1000000,"#,.0K",
SALES<1000000000,"#,,.0Mn",
SALES>=1000000000,"#,,,.0Bn")

If suppose I set x-axis display units option to None then x-axis display units showing like below

suparnababu8_1-1724664639984.png

Ideally x-axis shoudl display 10Bn,20Bn,etc...

Can any one pls hel me on this.

Thanks in advance.

 

@parry2k  whiskeybravo91 @FrossiREAL  @Greg_Deckler @cstenz @Anonymous  @v-mosht @v-angzheng-msft @Sri @SritejaGolla  @ebeery @Anonymous @Ritaf1983 

 

4 REPLIES 4
suparnababu8
Super User
Super User

Hi Super User's,

 

can any one help me on this?

 

Thanks!!

suparnababu8
Super User
Super User

Hi Experts

Can somone help me on this?

Thanks in advance.

suparnababu8
Super User
Super User

Thanks๐Ÿ™‚ for your reply Stephen. But, I want to make it as Dynamic according to filter conditions. That's where I written a dynamic format measure (as mentioned in my 1st message) and used Format as Dynamic. Requesting you pls help me on this. 

Anonymous
Not applicable

Hi @suparnababu8 ,

 

Thanks for reaching out to our community.

If you want to display 10Bn,20Bn, etc, you can directly change the display units from x-axis.

vstephenmsft_0-1724743836585.png

Best Regards,

Stephen Tao

 

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

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.