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.
Hi there,
I have some difficulties to combine text columns name with the result I want. If someone could help me to point me to the right direction please 🙂
So I have this table :
Col1 Col2 Col3 Col4 Wanted
A | B | Col3, Col4 | ||
B | Col1, Col3, Col4 | |||
A | C | Col2, Col4 | ||
A | Col2, Col3, Col4 | |||
B | D | Col1, Col3 |
Solved! Go to Solution.
pls see the attachment below
Proud to be a Super User!
Hi ryan_mayu,
Thanks for this exemple, it help me a lot, i have a last need, i need to get a specific empty column name ( Col1, Col2) not all of them, what is the fonction to add for that please ?
Regards,
ZeNab
Hi ryan_mayu,
Thanks for this exemple, it help me a lot, i have a last need, i need to get a specific empty column name not all of them, what is the fonction to add for that please ?
Regards,
ZeNab
what's the expected output based on the sample data you provided?
Could you pls update?
Proud to be a Super User!
based on the example, I need to check a specific empty column name ( Col1, Col2,Col3) not all of the empty column.
Thanks alot
sry, still not understand your request. could you pls update the table below?
Col1 Col2 Col3 Col4 Wanted
A | B | Col3, Col4 | ||
B | Col1, Col3, Col4 | |||
A | C | Col2, Col4 | ||
A | Col2, Col3, Col4 | |||
B | D | Col1, Col3 |
Proud to be a Super User!
Col1 Col2 Col3 Col4 Wanted
A | B | Col3 | ||
B | Col1, Col3 | |||
A | C | Col2 | ||
A | Col2, Col3 | |||
B | D | Col1, Col3 |
Thank you ryan_mayu 😉