Forum Discussion
deizesilveira
2 years agoNew Member
Transform DAX measure into data segmentation
I have a DAX measure that displays Customer Status as "Sem Crescimento", "Com Crescimento", "Sem Histórico", and "Sem Compra". Currently, this measure dynamically characterizes a customer based on th...
lbendlin
Super User
2 years agoPower BI does not support that. You need to bring your own reference table with the expected category values, and then you can base your measure on that table.