Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 67 | |
| 58 | |
| 44 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 105 | |
| 36 | |
| 26 | |
| 26 |