Forum Discussion
jakubkral
2 years agoFrequent Visitor
Field parameter in custom column
Hi all, I have a problem with DAX code for custom column. I need to select IF condition according to the value in column XYZ to insert TRUE or FALSE for each row if you understand me. I'll try to cl...
DataInsights
Super User
2 years ago
It sounds as if you want a numeric range parameter which allows you to set a boundary and perform calculations/filtering based on that boundary. The same constraint applies to using a numeric range parameter in a calculated column; you would need to use a measure. Here's an article on the topic:
https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-what-if
jakubkral
2 years agoFrequent Visitor
I already tried this too and unfortunately it didn't work, I use this parameter for conditional formatting where it works normally, so I really don't know where the problem is why it works in other DAX code and not here.