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.
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.