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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi I have a data set from sql - i need to create a graphic that combines and makes a total
currently the cell has multiple numbers seperated with a ; e.g - 1000; 100; 200
i need a new column that combines these values to be 1300.
thanks
Solved! Go to Solution.
Hi @Archiedog1 ,
I create a table as you mentioned.
Then I use Split Column and select By Delimiter.
Next I change type to the Whole Number.
Finally I create a Custom Column.
Number.Abs([Example.1]) + [Example.2] + [Example.3]
Finally you will get what you want.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Archiedog1 ,
I create a table as you mentioned.
Then I use Split Column and select By Delimiter.
Next I change type to the Whole Number.
Finally I create a Custom Column.
Number.Abs([Example.1]) + [Example.2] + [Example.3]
Finally you will get what you want.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Technically you could do this in dax, but since your data source is SQL you are better off solving that in SQL, or alternatively in Power Query.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 20 | |
| 20 | |
| 17 | |
| 14 | |
| 14 |