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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
trashdid
Regular Visitor

Can I hide 1 of 2 x axis labels without changing the format?

I have this graph and dataset that I want to showcase each line of the dataset as its own bar, but I dont want the ID to be shown on the graph. All I can seem to find is changing the heirarchy, but when I do this I lose the individual bars. Is there any way to hide that layer of the labels?

I would like to keep the dates but remove the IDsI would like to keep the dates but remove the IDsThis is the dataset that I am usingThis is the dataset that I am using

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @trashdid ,

 

As far as I know, Power BI doesn't support this feature at the moment, you can try to use X-axis - Concatenate labels, which will bring the X-axis levels all to a horizontal plane.

vyangliumsft_0-1707815914706.png

 

You can also submit an idea for it at Home (microsoft.com) and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.

 

Best Regards,

Liu Yang

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

View solution in original post

4 REPLIES 4
Aifos
New Member

I may have found the solution!

Under Visualisations, General, Data format - Under apply settings to, select the label item you want to 'hide'. Under format options, change the format drop down to Custom. Under format code, I typed a space and my label disappeared. The other x-axis label remained unchanged. Hope this helps! 

saikrishnadugya
Regular Visitor

Yes, it is Possible for your scenario because to hide IDs on the X-axis , create a calculated column ID_ZWS = REPT(UNICHAR(8203), 'Table'[ID]), then sort it by the original ProjectID. Use this column on the X-axis Instead of the ID column. This keeps the axis clean and  filtering accurate.

Anonymous
Not applicable

Hi  @trashdid ,

 

As far as I know, Power BI doesn't support this feature at the moment, you can try to use X-axis - Concatenate labels, which will bring the X-axis levels all to a horizontal plane.

vyangliumsft_0-1707815914706.png

 

You can also submit an idea for it at Home (microsoft.com) and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.

 

Best Regards,

Liu Yang

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

Kaviraj11
Super User
Super User

I don't we can, but you can keep a blank shape above those ID as an alternatives to hide the numbers.




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

Proud to be a Super User!





Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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