Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 61 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 107 | |
| 39 | |
| 30 | |
| 26 |