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.
Hello,
Which can help me to display a formula as follows please:
I used this formula in power BI but I got the result as follows
Solved! Go to Solution.
Hi @Nihed ,
Here are the steps you can follow:
1. Create calculated column.
Column =
"Found"&":"&
CONCATENATEX(ALL('Negative Budget Lines (list of Program+OG)'),
[Fund Key],",")
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Nihed ,
Here are the steps you can follow:
1. Create calculated column.
Column =
"Found"&":"&
CONCATENATEX(ALL('Negative Budget Lines (list of Program+OG)'),
[Fund Key],",")
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly