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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi @amitchandak ,
I have wrote the Calculated Column using containsstring dax using sampe data that in Excel.
Solved! Go to Solution.
Try
IF ( CONTAINSSTRING( MAX(SR[Short description]), "API restart"),"API Restart","Other"))
or
IF ( CONTAINSSTRING( SELECTEDVALUE(SR[Short description]), "API restart"),"API Restart","Other"))
Regards
Phil
Proud to be a Super User!
Try
IF ( CONTAINSSTRING( MAX(SR[Short description]), "API restart"),"API Restart","Other"))
or
IF ( CONTAINSSTRING( SELECTEDVALUE(SR[Short description]), "API restart"),"API Restart","Other"))
Regards
Phil
Proud to be a Super User!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 144 | |
| 123 | |
| 103 | |
| 79 | |
| 54 |