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

View all the Fabric Data Days sessions on demand. View schedule

Reply
Anonymous
Not applicable

Null values Records are not showing in Powerbi Visualization.

Having the Null values in the Dataset, but when doing the basic filtering by selecting the Blank check box the count is showing but in visualization the null values are not showing.

Requirement : 
we have three tables "Table A", "Table B" and one "LookupDomain  Table". Here in the Table B null values be there, first we have to check for null values,  if is having null values , the null values should be replace with the Table A values, if Table B is having a value, the same has to be shown. 
For that created a Dax Measure, this formula is working as Expected, 
Measure_TEST =
var earlyClassificationID = SELECTEDVALUE(TABLE_A[ID])
var earlyClassificationNum = LOOKUPVALUE(LOOKUP_TABLE[Number],LOOKUP_TABLE[Id],earlyClassificationID)
var finalClassificationNum = SELECTEDVALUE(TABLE_B[Value])
var resultClassificationID = COALESCE(finalClassificationNum,earlyClassificationNum)
var resultClassDesc = LOOKUPVALUE(LOOKUP_TABLE[Description],LOOKUP_TABLE[Number],resultClassificationID)
return resultClassDesc.

Issue :
Blank Records data is not visible in the visualization : 

1. The Null entries are there in the dataset, but when performing the basic filtering in the visualization filter to check the Null records data , It is completely blank and no records are showing.
2. After that added  that  one column of this measure  in visualization, after that checked the basic filtering by selecting the Blank values , the blank records are not showing.
3. Next approach i tried by removing that created measure column in visualization, then did same approach checked the basic filtering by selecting the Blank values , the blank records are  showing.

4. Expect for blank, for all the values if we do filter it is showing the data in the visualization.
5. No filters were applied in the Visualization.

What is the issue not sure, any issue with this measure? how come this measure causing the issue?
Can someone provide thesome insights, need help .

1 ACCEPTED SOLUTION
PijushRoy
Super User
Super User

Hi @Anonymous 

Can you please check turn on "Show item with no data" in the visual field

 

PijushRoy_1-1711004753419.png

 

 


Let me know if that works for you


If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.

Thanks
Pijush
Linkedin




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





View solution in original post

3 REPLIES 3
PijushRoy
Super User
Super User

Hi @Anonymous 

Can you please check turn on "Show item with no data" in the visual field

 

PijushRoy_1-1711004753419.png

 

 


Let me know if that works for you


If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.

Thanks
Pijush
Linkedin




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Anonymous
Not applicable

@PijushRoy  Thanks a lot, this helped me.

Hi @Anonymous 

You marked your reply as SOLUTION in place of my previous comment, WHY?




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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