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! Request now

Reply
suwipach
Regular Visitor

How to hide Code and show Name only in Axis?

If my Dimension entity has structured with code concatenated with name, for example, "B1101 - Roof", but i would like to hide code when i use it in Axis to show only "Roof". How could I do it? Capture.PNG

1 ACCEPTED SOLUTION

Hi @suwipach,

 

I'm afraid this isn't supported by now. Please submit an idea here if you want this feature.

 

Best Regards!

Dale

Community Support Team _ Dale
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

3 REPLIES 3
Omega
Impactful Individual
Impactful Individual

Create a new column in PBI that will return the Provision division name and replace provision division with the new column. 

 

Product Division Name = RIGHT(Table1[Product Division],LEN(Table1[Product Division])-FIND("- ",Table1[Product Division]))

 

Hope this helps. 

Thank You khader312

But if i connect data from CUBE live connect, which i cannot create new column or new measure?

Hi @suwipach,

 

I'm afraid this isn't supported by now. Please submit an idea here if you want this feature.

 

Best Regards!

Dale

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

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