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
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 47 | |
| 36 | |
| 27 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |