Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |