Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
When we select "Show items with no data", a blank row appears. How to fill the blank row with 0 ?
I have tried this formula:
if(isblank(calculate(sum(amount), sameperiodlastyear(date))),0,calculate(sum(amount), sameperiodlastyear(date))))
But this formula disrupts other column which is driven by an IF statememt:
if(Country = "United States of America" && month(date)>=1 && month(date)<=3, 100,
If(Country = "United States of America" && month(date)>=4 && month(date)<=6, 200,
if(Country = "United States of America" && month(date)>=7 && month(date)<=9, 300,
if(Country = "United States of America" && month(date)>=10 && month(date)<=12, 400)
it is adding extra 0's in the visual.
I am totally confused on why the first formula is caused such big issues.
Appreciate your quick responses.
Really difficult to answer, can you post your PBIX or images or Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |