The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I want to have a seprate column which will give me Active and Non-operational in same row septrated by "," if applications are same
for example
Pcontrols is both active and non-operational so I am looking to get both values as Active, non-operationla in one ro
Solved! Go to Solution.
Like in this example
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @rupakgautam,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Like in this example
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @rupakgautam ,
I think the function CONCATENATEX can help you in this case.
https://dax.guide/concatenatex/
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.