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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Problem with RELATED function

Hello

 

I have two tables which I have joined them with a common column.

 

I put the common column in my dashboard table and now I want to put a second column from the second table next to it.

This second column has values Yes or No and no Blanks.

 

When I drag that column, the Yes/No are displayed next to the common column but in some instances, there are Blanks obviously because there is no value in the second column corresponding to the value in the common column.

 

How can I replace these blanks with 'New'?

 

I tried to use the related function but it says the table doesn't exist or there is no relationship.

 

Thanks

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Anonymous , In march 2020 release you have support for coalesce

 

coalesce([Measure],"New")

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

v-lionel-msft
Community Support
Community Support

Hi @amitchandak ,

 

As @amitchandak said, creating a measure:

coalesce(max( table[column] ),"New")

 

Best regards,
Lionel Chen

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
v-lionel-msft
Community Support
Community Support

Hi @amitchandak ,

 

As @amitchandak said, creating a measure:

coalesce(max( table[column] ),"New")

 

Best regards,
Lionel Chen

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

amitchandak
Super User
Super User

@Anonymous , In march 2020 release you have support for coalesce

 

coalesce([Measure],"New")

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
luapdoniv
Resolver II
Resolver II

Please share a sample data set or screenshot of your tables, visual and table relationship

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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