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
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 .
Solved! Go to Solution.
Hi @Anonymous
Can you please check turn on "Show item with no data" in the visual field
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
Proud to be a Super User! | |
Hi @Anonymous
Can you please check turn on "Show item with no data" in the visual field
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
Proud to be a Super User! | |
Hi @Anonymous
You marked your reply as SOLUTION in place of my previous comment, WHY?
Proud to be a Super User! | |
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!