Hey All,
So I have a simple column called Product and it has the values:
Honda 31J Accord LX Tint with spoiler
Toyota 555 Camry spoiler 4x4 XI
Ford 890 Focus blue leather CI
I want to create a short name or friendly name for these so I want to create a new column in PPivot using DAX to say set the new names to
Honda 311 LX
Toyota 555 XI
Ford 890 CI
I think it needs to be a calculate function that would say if Calculate(IF(Product = "Honda 31J Accord LX Tint with spoiler",(then set it to "Honda 311 LX") but I can't seem to figure out the formula for this.
Thoughts?
Thanks!
So I have a simple column called Product and it has the values:
Honda 31J Accord LX Tint with spoiler
Toyota 555 Camry spoiler 4x4 XI
Ford 890 Focus blue leather CI
I want to create a short name or friendly name for these so I want to create a new column in PPivot using DAX to say set the new names to
Honda 311 LX
Toyota 555 XI
Ford 890 CI
I think it needs to be a calculate function that would say if Calculate(IF(Product = "Honda 31J Accord LX Tint with spoiler",(then set it to "Honda 311 LX") but I can't seem to figure out the formula for this.
Thoughts?
Thanks!