Forum Discussion
Replace (Blank) with 'Value' - Calculated Column
- Anonymous2 years ago
Hi Anonymous Thanks. Tried same for some reason my side it does not work. Also please note that my actual calculation is a Sample= Table[A] & " " & LOOKUPVALUE('Table1'[B],'Table1'[C],Table[A],Blank())
V-V Anonymous Please refer to the attached!
Can the category for both these entries be changes to "New Test"?
Thanks
Hi Anonymous
Can you elaborate on the circumstances under which the value of the “Category New” column changes to “New Test”?
Best Regards,
Jayleny
- Anonymous2 years agoNot applicable
Anonymous When there is no value or maybe we can say if the value "1005" or "1006" is noticed then I would like to call it "New Test". Thanks
- Anonymous2 years agoNot applicable
Hi Anonymous
Please try the following Dax:
Measure = IF(SELECTEDVALUE('Actuals'[Category])=BLANK(),"New Test",MAX('Actuals'[Category]))Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous2 years agoNot applicable
Anonymous Thank you I see it is close but please refer to the below. The first 3 rows under measure column should show up as "BC"