Forum Discussion
Inserting a calculated field straight into a visualization
- Anonymous3 years ago
Hi Anonymous ,
If the columns are from different tables, Please try to use a measure.
Then create a measure.
measure = ( MAX ( Table[FeeRev] ) + MAX ( table1[Interchange] ) + MAX ( table[Breakage] ) ) - ( MAX ( table[Fee Expense] ) + MAX ( table[Total Bank Fees] ) + MAX ( table[Uncollectable)+ max(table[Overhead] ) + MAX ( table[SMS Fee] ) + MAX ( table[Call Center Fee] ) )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ PollyIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
If the columns are from different tables, Please try to use a measure.
Then create a measure.
measure =
(
MAX ( Table[FeeRev] ) + MAX ( table1[Interchange] )
+ MAX ( table[Breakage] )
)
- (
MAX ( table[Fee Expense] ) + MAX ( table[Total Bank Fees] )
+ MAX ( table[Uncollectable)+ max(table[Overhead] )
+ MAX ( table[SMS Fee] )
+ MAX ( table[Call Center Fee] )
)
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.