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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Assigning Value instead of Blank in Slicer

Table Relations and Blanks Options

 

I am facing similar problem as discussed in the link above. To summarize, because of unmatched value in relationship, a (Blank) option appears in slicer. I want this Blank value to show an assigned text on slicer so it's visually more appealing to the user.

 

One option is to have a dummy row in one table for each of the unmatched in the other, but that would introduce invalid data in one table and this is something I don't want.

 

Thanks.

 

 

 

7 REPLIES 7
v-sihou-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

Currently, you can only create calculated column to assign custom text value for not mached values, like: 

 

Column = IF(ISBLANK(RELATED(Table[col])),"not match", RELATED(Table[col]))

Regards, 

Anonymous
Not applicable

@v-sihou-msft

 

In order to use related, the two tables must share this column right? If so, this doesn't apply to my case as the two tables are related by a different column. The values of these columns are coming as (Blank) for rows which are not matched in the other table.

@Anonymous can you share sample data and screen shot? What @v-sihou-msft proposed, should work.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Capture.PNG

 

 

@parry2kI the above error message. I double checked the spelling of the Table and Column names. I am assuming it's the second part of not have relationship is causing the problem.

first and foremost, are these two tables related with each other, doesn't matter what column the are related on? Yes or No?

 

Are you adding new coloumn or measure?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

@parry2k

 

 

Yes, these two tables are related.

 

I am trying to add a new column. 

Can you share the sample data of two tables and related you set between those tables?

 

From your errors, it looks like 'Event Type' Column doesn't exists in 'Reviwed Resources' table. 

 

It will easier if you share sample data. Thanks



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.