Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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.
Solved! Go to Solution.
It works great if I remove the "" from 8. Thanks for your help!
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"
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 122 | |
| 118 | |
| 38 | |
| 36 | |
| 29 |