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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Haidarius
Frequent Visitor

Trim all Zeros within a text string - Dax DirectQuery

Hello, 

 

I have a text string that has multiple zeros along it. Since I have the data loaded in DirectQuery, I cannot do much in transformation tab and it most probably has to be through DAX, I am thinking of creating an IF conditions that scans each character and basically replaces the zeros into "" blanks..

Example:

016S0200N -> 16S2N

170W0220S -> 17W22S

 

1 ACCEPTED SOLUTION
mahoneypat
Employee
Employee

Not sure how well it will work with DQ, but you can try to use the SUBSTITUTE function and replace "0" with "".

SUBSTITUTE - DAX Guide

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

1 REPLY 1
mahoneypat
Employee
Employee

Not sure how well it will work with DQ, but you can try to use the SUBSTITUTE function and replace "0" with "".

SUBSTITUTE - DAX Guide

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.