Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
What I want is to make a column where it checks data from the description and then gives the short assigned if the value matches else takes the value of that from Short form column and leave everything else as blank.
For example here in this picture, what formula should I apply in power bi so that I can get this column wanted.
I have applied If formula - CL = If(Description = "Casual Leave", "CL" , Short Form of description)
but it is giving data like corrected columns I want and I dont want that. ( basically doesnt want result of other rows then rows searched.)
I will concatenate all the columns if I get Column wanted for every Description.
thanks
Solved! Go to Solution.
@Anonymous, This should give you ?
CL = If(Description = "Casual Leave", "CL" , blank())
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |