Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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: ModelMaster
MODELCODE VEHTYPE
ASD12 C
DSA12 T
AAA33
I need to create a measure named VEH RC Eligable based on the following logic
VEH RC Eligable = If VEHTYPE = "C" then "Tri"
else If VEHTYPE = "T" then "Bi"
else If VEHTYPE = "" then "UNK"
end if
end if
end if
result
MODELCODE VEHTYPE VEH RC Eligable
ASD12 C TRI
DSA12 T BI
AAA33 UNK
Please advise as to how best I might accomplish this using a measure.
Thank You in advance for any assistance you can provide.
PS Colors are only provide as highlight, colors are not needed as part of the visual ouput
Solved! Go to Solution.
I believe I figured it out
Hi @ScottWill ,
You can mark your own answers as correct so that more people can be helped.
Best Regards
Lucien
I believe I figured it out
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.