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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
kimhyunchae91
Frequent Visitor

where to verify why my data is displaying (blank) values?

Hi PBI Community,

I have an issue where data is showing up as (blank) but when i check the query editor, none of the values under the column is (blank)... 

 

 

blank.PNGWhere should i be verifying to figure out why these datas are being manipulated to (blank)? 

 

Topic table & Speaker Status contains these blank values i am unaware of...

 

 

 

 

 

 

 

 

 

I verified the "model" tab to see if this specific table[column] has any (blank) values and it does not.

Any tips or troubleshooting ideas would be great!

 

Please let me know if anyone needs additional information...

Thank you!

1 ACCEPTED SOLUTION
edhans
Super User
Super User

DAX will create a blank record if you have data in a many side of a relationship if a record for it doesn't exist on the one side of the relationship. So if you have sales data for Ford, Chevy, VW, and BMW in your sales data, but your "Manufacturer" table only has Ford, Chevy, and VW, DAX will create the blank for the BMW data. You can prevent this in measures using DISTINCT() vs VALUES() for example, but that won't help with slicers.

 

You'll need to filter the data out in Power Query before it gets loaded. So either add the BMW record to your manufacturer table, or remove BMW sales data from the sales data before it loads into DAX.

 

You can find this out in Power Query by merging (in my example) the manufacturer table to the sales table, and tell it to only show records in the sales tble that do not exist in the manufacturer table - a Right-Anti join.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

2 REPLIES 2
edhans
Super User
Super User

DAX will create a blank record if you have data in a many side of a relationship if a record for it doesn't exist on the one side of the relationship. So if you have sales data for Ford, Chevy, VW, and BMW in your sales data, but your "Manufacturer" table only has Ford, Chevy, and VW, DAX will create the blank for the BMW data. You can prevent this in measures using DISTINCT() vs VALUES() for example, but that won't help with slicers.

 

You'll need to filter the data out in Power Query before it gets loaded. So either add the BMW record to your manufacturer table, or remove BMW sales data from the sales data before it loads into DAX.

 

You can find this out in Power Query by merging (in my example) the manufacturer table to the sales table, and tell it to only show records in the sales tble that do not exist in the manufacturer table - a Right-Anti join.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
tarunsingla
Solution Sage
Solution Sage

It could be a result of the relationships between tables. A table in itself may not have any blank values but if that table is used in relationships, it may cause blanks.

 

Please share the pbix file for more inputs.

 

Regards,

Tarun

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.

Top Solution Authors
Top Kudoed Authors