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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
bhmiller89
Helper V
Helper V

IF Statement - Power BI Desktop

I Have a column with values that are either 9 or 4.  I need to make all of the 9s show as 8s but leave the 4s as is.  I was playing with the "If[ScheduledDuration] = 9, "8",...." but don't know what to use for the "false" qualifer.

 

Any suggestions would be great.

1 ACCEPTED SOLUTION

It works great if I remove the "" from 8.  Thanks for your help!

View solution in original post

4 REPLIES 4
Nhallquist
Helper V
Helper V

Have you tried just using the result of the field?  Like the statement below...

 

If[ScheduledDuration] = 9, "8", [ScheduledDuration])

It works great if I remove the "" from 8.  Thanks for your help!

Cool!  

I get the error "Expressions that yield variant data-type cannot be used to define calculated columns"

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.