Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have full year data but when i use sumraize function it iliminates zero values or no value. I want to have zero for customer who have no purchase in any week
pls try this
test =
ADDCOLUMNS(
SUMMARIZECOLUMNS(
'Weekly Data',
'Weekly Data'[RoundNumber],
'Weekly Data'[LocationReference],
'Weekly Data'[LocationName],
'Weekly Data'[Customer Catagoryl_3],
'Weekly Data'[W.E. Inv Date]),
"Total Sales",
IF(SUM('Weekly Data’[NettTotal])=0,0,SUM('Weekly Data'[NettTotal])))
result is incorrect
now sale calculation is ok but facining original problem to get all weeks data
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 27 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 38 | |
| 21 | |
| 21 |