Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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!
User | Count |
---|---|
16 | |
14 | |
13 | |
12 | |
11 |
User | Count |
---|---|
19 | |
16 | |
15 | |
11 | |
9 |