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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
stherkildsen
Frequent Visitor

IF value column is blank return a string (HOW??)

Annotation 2020-02-26 141059.png

 

Hello, 

 

I have a column called clicks where i only have one value and otherwise i have blanks. I want a new column called click1 where if blank = "-" , if not blank then the value. But it doesn't seem to work because it can't combine string and values. But is I choose 0 instead of "-" it work. Do anyone have a solution for this? 

Thank you in advance

 

 

1 ACCEPTED SOLUTION
AlexAlberga727
Resolver II
Resolver II

Because you're not able to have a single column contain mutiple types of data you need to ensure the output is of the same data type.

 

I know in some programs zeros can be displayed as a hyphens (-). However, I do not see this option within Power Bi. You could always treat these values as text, but then would lose functionality. 

View solution in original post

3 REPLIES 3
AlexAlberga727
Resolver II
Resolver II

Because you're not able to have a single column contain mutiple types of data you need to ensure the output is of the same data type.

 

I know in some programs zeros can be displayed as a hyphens (-). However, I do not see this option within Power Bi. You could always treat these values as text, but then would lose functionality. 

Greg_Deckler
Super User
Super User

Right, you would have to have your [Value] & "" in the first case and this would make it text so it would be compatible with a dash (-) character. But, now you have a text column and that may or may not be OK.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

So how would you suggest the code to be? 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors