Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Solved! Go to Solution.
Hi @Kyle_Wolfe_Ohio DAX function SWITCH has some remarks, one of them is
as seems your expression part is not single column (rather multiple columns: 'New Hire Orientation Dash Dataset'[Previous Pay Range], 'New Hire Orientation Dash Dataset'[Future Labor Union]...)
So basically, you should rework your calculation logic for this case, try with multiple IF as your input for SWITCH have different data type.
Link for documentation.
Proud to be a Super User!
Hi @some_bih ,thanks for the quick reply, I'll add further.
Hi @Kyle_Wolfe_Ohio ,
Something like this?
The data type of the field 'pay range' should be Text.
Try modifying your expression:
Hi @some_bih ,thanks for the quick reply, I'll add further.
Hi @Kyle_Wolfe_Ohio ,
Something like this?
The data type of the field 'pay range' should be Text.
Try modifying your expression:
Hi @Kyle_Wolfe_Ohio DAX function SWITCH has some remarks, one of them is
as seems your expression part is not single column (rather multiple columns: 'New Hire Orientation Dash Dataset'[Previous Pay Range], 'New Hire Orientation Dash Dataset'[Future Labor Union]...)
So basically, you should rework your calculation logic for this case, try with multiple IF as your input for SWITCH have different data type.
Link for documentation.
Proud to be a Super User!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 19 | |
| 11 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 20 | |
| 12 | |
| 10 |