This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello all,
How do I create something like the picture attached, assuming I use SQL data base and have 4 columns:
1- Total Fee, 2- Third party, 3- Travel Expenses, 4- Other
any ideas?
Thanks,
Lior
Hi, youn can obtain the NETFEE uSing a Calculated Column:
NetFee = [TotalFee] - [ThirdParty] -[TravelExpenses] -[OtherExpenses]
Thanks @Vvelarde
my problem here is more how to create such shape of a graph, the net fee can stay blank if needed
as long as I can get it to look like the picture attached.
any idea how can I create i?
something like this?
Exactly like this! 🙂
how do I do it?
Ok, Look the image and you'll see that i use a Stacked Bar Chart and in values section Use NetFee, ThirdParty and the other columns.
You can change the data label going to format and select what do you want to display.
ahh, I taught to use the Total fee as a limit, so I won't need the net fee.
thats because each of the variables located in different files, and when creating calculated column I can only use the data in the same file.
do you know how it's possible to creat maybe new file the variables I need from different files in order to calculate the net fee?
Thanks,
Lior
If the tables are related you can use a Measure to this calculation.
NetFee = Calculate(sum('TABLEA'[TotalFee])-sum('TABLEX'[ThirdParty])-sum('TABLEZ'[TravelExpenses])-sum('TABLEW'[OtherExpenses]))
Hi @Vvelarde
seems like unfortunately not all the table are related, I tried the use the line you wrote and power BI does not let me.
I appreciate your help , thank you very much.
Lior
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 40 | |
| 33 | |
| 24 | |
| 23 |