Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I am trying to run a sum total to include a filter that only includes specific codes in the flow column.
The below is what I have tried yet the error I get is "Operator or expression '()' is not supported in this context.
Solved! Go to Solution.
Please try something like below if it suits your requirement.
Sum of Payment =
CALCULATE (
SUM ( 'Kyriba AGTL'[Ledger amount (value)] ),
KEEPFILTERS ( 'Kyriba AGTL'[Flow]
IN { "-AP", "-ICPAY", "-VAT", "-EXP", "-RENT", "-ICPAYR", "-PAYROLL" } )
)
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
This is perfect, thank you so much for your help!
Please try something like below if it suits your requirement.
Sum of Payment =
CALCULATE (
SUM ( 'Kyriba AGTL'[Ledger amount (value)] ),
KEEPFILTERS ( 'Kyriba AGTL'[Flow]
IN { "-AP", "-ICPAY", "-VAT", "-EXP", "-RENT", "-ICPAYR", "-PAYROLL" } )
)
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
26 | |
20 | |
18 | |
14 | |
13 |
User | Count |
---|---|
43 | |
36 | |
24 | |
22 | |
21 |