Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Ritaf
Responsive Resident
Responsive Resident

hekp with vizualization of empty cells in data from many tables

 

I have an complex model with many tables for analyzing budjet.

I am trying to vizualizate an Budget vs. Execution on a table

By budjet item id  and budjet cost code.

The budjet item id and budjet cost id is from different dim tables.

So is the sum of given budjet and an execution

It works pretty well, except of the fact that my customer want to see zero , when it no  Execution, and my table is showing empty cell.

I tried to use if is blank () , but this mesure just stucking as I trying to put it on the visual.

i can't send a pbix file, so see attached screenshots, i rely hope i explained myself clearlytablelibi.JPGmodel.JPG

.

4 REPLIES 4
RobbeVL
Impactful Individual
Impactful Individual

Hi,

 

Could you share the IF Measure you used that didnt work?

 

Robbe

Ritaf
Responsive Resident
Responsive Resident

Hi Robbe, thanks for your response ritaMeasure = if(ISBLANK([ACTL_AMNT_SUM_USED]),0,[ACTL_AMNT_SUM_USED])

Hi @Ritaf ,

 

It should work on your measure, oddly.. what about this one?

IF(NOT(ISBLANK([ACTL_AMNT_SUM_USED])),[ACTL_AMNT_SUM_USED],0)
Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
Ritaf
Responsive Resident
Responsive Resident

Hi dina,

It's not wotking too.

i think the reason is that it is merging three huge tabels, and this operation needs too many resources....

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.