Forum Discussion
Cost Overview
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
- Vvelarde9 years agoCommunity Champion
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]))