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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

How to rename values in slicer?

Dear All,

 

I am seeking for help for the following:

 

I have the following slicer, by making use of field 'Geannuleerd Door Klant':

Power_BI_Adapt_0-1654689802592.png

 

It shows 0,00 and 1,00 

 

Instead of these valuies I would like to show "NO" and 'YES" --> 0,00 is "NO" and 1,00 is "YES"

 

I am think to build a separate measure for this. Can someone help me out here?

 

Thanks!

6 ACCEPTED SOLUTIONS
mh2587
Super User
Super User

 

Column = IF([Column] = 1,00,"Yes","No")
//Create new column for that and try it
//And then put the new created column in slicer

 


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



View solution in original post

ribisht17
Super User
Super User

@Anonymous 

 

>>> Cal_Col >>> if(Geannuleerd Door Klant=1,"Yes","No")

 

Regards,

Ritesh

Mark my post as a solution if it helped you| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users 

View solution in original post

themistoklis
Community Champion
Community Champion

@Anonymous 

 

Have you tried creating a new column with an IF statement?

 

e.g.

New Column = IF (TableName[Geannuleerd Door Klant]= 0, "NO", "YES")

View solution in original post

Anonymous
Not applicable

When option of adding a column is blocked, would it also be possible to do it by creating a measure?

View solution in original post

why is it blocked.. how do you connect with the source... through direct query?

View solution in original post

Anonymous
Not applicable

It's hidden. I imported the Power BI data set. Probably protected by the company

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

When option of adding a column is blocked, would it also be possible to do it by creating a measure?

why is it blocked.. how do you connect with the source... through direct query?

Anonymous
Not applicable

It's hidden. I imported the Power BI data set. Probably protected by the company

themistoklis
Community Champion
Community Champion

@Anonymous 

 

Have you tried creating a new column with an IF statement?

 

e.g.

New Column = IF (TableName[Geannuleerd Door Klant]= 0, "NO", "YES")

ribisht17
Super User
Super User

@Anonymous 

 

>>> Cal_Col >>> if(Geannuleerd Door Klant=1,"Yes","No")

 

Regards,

Ritesh

Mark my post as a solution if it helped you| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users 

mh2587
Super User
Super User

 

Column = IF([Column] = 1,00,"Yes","No")
//Create new column for that and try it
//And then put the new created column in slicer

 


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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