We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
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 |
|---|---|
| 53 | |
| 38 | |
| 33 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 38 | |
| 34 | |
| 22 |