Forum Discussion
ScottWill
4 years agoRegular Visitor
Create a Measure based on text in table
Hello I need help creating a measure based on data in a table. Please see example blow I have a table Named ModelMaster In the table I have fields MODELCODE VEHTYPE Table Name: ModelMa...
- 4 years ago
I believe I figured it out
VEH RC ELIGABLE = SWITCH (SELECTEDVALUE ( ModelMaster[VEHICLETYPE]),"C", "Tri","T", "Bi","", "UNK")
v-luwang-msft
4 years agoCommunity Support
Hi ScottWill ,
You can mark your own answers as correct so that more people can be helped.
Best Regards
Lucien