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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I got a excel file that contains a table with some columns that looks like this:
Kod is Code, försäjlning is sells and vinst is profit.
The type of char that I need to create is like this:
As you see from the image, the profit of each seller is piled in a column and the other one shows the total profit.
I've been looking in PowerBi for a template but I can't find any.
How can I a create this kind of chart?
Best regards
Americo Perez
Solved! Go to Solution.
Hi @Americo,
another simplest way is to create a new table "Total" and then append SUM of two table together with UNION DAX-function.
Then create a visual on a base on this joined table.
Best regs
You may already know this but only available visual to 'somewhat' close to your requirement is the Line and Stacked Column chart.
The total profit will be shown as a line (not as your requirement for a column).
You may already know this but only available visual to 'somewhat' close to your requirement is the Line and Stacked Column chart.
The total profit will be shown as a line (not as your requirement for a column).
Hi @Americo,
another simplest way is to create a new table "Total" and then append SUM of two table together with UNION DAX-function.
Then create a visual on a base on this joined table.
Best regs
Hola Americo,
Does it has any sense?
If so, you can create two graphics, one stacked and the other one with the total.
I hope it helps you.
Josep.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.