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!View all the Fabric Data Days sessions on demand. View schedule
Dear,
First of all, I apologize for my English, I write to you from South America, Chile. The following graph shows the units reprocessed daily by our factory. There is the possibility that on specific days there is no reprocessing (what is beneficial for us) however the formula takes those days as white values and not as 0, therefore, they are not graphed.
Unidades Mal Embaladas Reker = CALCULATE(SUM(IASC_RIPE[Unidades Suma]),IASC_RIPE[Embaladora]="PS-41")
Try adding a +0 to the formula or doing the following CALCULATE (If (ISBLANK (SUM (IASC_RIPE [Sum Units])), 0 ,, SUM (IASC_RIPE [Sum Units])), IASC_RIPE [Packer] = "PS- 41 "). The problem is that as I work with a hierarchy of relationships based on a table of dates, I plot days and months that do not yet exist with value 0. Attach example.
I have read the following: "Basically the problem is your orginal table simply lacks the necessary rows for the measures to work off. You can not add rows to existing phycical tables in DAX, but you can create new tables and plug the gaps in there."
However, I still do not have the skills in DAX to get this solution. I request your help to solve my problem.
Hi febc1992C,
There photo you have uploaded can't be loaded, could you please upload again?
Regards,
Jimmy Tao
Of course, no problem, here I upload the photographs again. Let me know if you have problems to visualize them.
Hi, @v-yuta-msft, here I upload the photographs again. Let me know if you have problems to visualize them.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!