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

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.

Reply
ItSupportElm
Helper III
Helper III

if data not exist in base display blank or 0

Hello guys,

 

i have some column from database in Direct Query

 

Here the result that i want :

 

IdPointemail
1400xxxxx@gmail.com
2 xxxxx@gmail.com
3600xxxxx@gmail.com

 

Here the explanation what i have :

 

For the Id 2 , i want to display empty or 0 for the value "Point" but in my base there is no data for this Id , he has no point then the row dosnt exist, cause of that the row with Id 2 dosnt appear in Power BI , is it possible to have a dax formula to fix that ?

 

(I precise the column point its a Sumx formula).

 

Thank you, if you need more informations dont hesitate please.

3 REPLIES 3
Pradeep160
Frequent Visitor

I am facing a similar issue. Tried multiple ways however no luck. Even the "show item with no data" option is making the visual to take lot of time to load. @ItSupportElm  Have you found any other solution?

amitchandak
Super User
Super User

@ItSupportElm , if id is coming from a separate table then a measure with +0

 

or the option Show item with no data can help

 

measure =Sum(Table[Point])+0

 

ShowItemwithoutdata.JPG

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hello @amitchandak thank you for the answer but it didnt work i got this with the measure : 

 

2021-05-17_10h52_24.png

And without i go this but it didnt appear all the data: 

2021-05-17_10h52_42.png

 

I dont want use "show item with no data" becausei have so many data , and the loading is so long...

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.