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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
suvechha
Helper IV
Helper IV

Unable to replace null values in one column ?

Hi there, Unable to replace null value in the column.

 

cap.pngSample model attached.

https://1drv.ms/u/s!AhqwbtIVEKQ2b8mGSC8la64lBLM?e=rEqmc3

 

1 ACCEPTED SOLUTION
CNENFRNL
Community Champion
Community Champion

@suvechha Generally speaking, that's a empty (zero-length) string instead of null (null is concrete value in PQ, which means "no value" for any data type).

You may try thisUntitled.png


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

View solution in original post

3 REPLIES 3
Icey
Community Support
Community Support

Hi @suvechha ,

 

Please let us know if the replies above are helpful.

 

If they are, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If not, please give us more details.

 

 

Best Regards,

Icey

manikumar34
Solution Sage
Solution Sage

@suvechha , update the below query in the formula bar

 

= Table.ReplaceValue(#"Duplicated Column","","Not Assigned",Replacer.ReplaceValue,{"Technician - Copy"})

 

If this works accept as solution and leave a like.

 

Regards, 

Manikumar

 

 





If this helps, Appreciate your KUDOS!
Did I answer your question? Mark my post as a solution!


Proud to be a Super User!




CNENFRNL
Community Champion
Community Champion

@suvechha Generally speaking, that's a empty (zero-length) string instead of null (null is concrete value in PQ, which means "no value" for any data type).

You may try thisUntitled.png


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

Top Solution Authors