The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I am calculating a normal sum function with a filter but for some reason the sum is giving me wrong results
My formula:
CT2 = Calculation (Sales CY,FacCustomerSales{Item Group ID}="Add.charge")
I am not sure why the total is adding those 2 lines in yellow = 41 226 + 31 712 = 72 937
However the SUM should be 0$
Solved! Go to Solution.
When you write FacCustomerSales[Item Group ID] = "Add.charge" as a filter argument, the "Add.Charge" bit replaces the current filter context for [Item Group ID] rather than adding that as an additional filter.
If you want to keep that filter context then use KEEPFILTERS ( FacCustomerSales[Item Group ID] = "Add.charge" ).
When you write FacCustomerSales[Item Group ID] = "Add.charge" as a filter argument, the "Add.Charge" bit replaces the current filter context for [Item Group ID] rather than adding that as an additional filter.
If you want to keep that filter context then use KEEPFILTERS ( FacCustomerSales[Item Group ID] = "Add.charge" ).
Thank you Alexis, I figure out the problem, I had the filter to the wrong table
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |