Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi
I have applied the filter condition like
count = CALCULATE (
COUNT( BF_DATA[DIST_ITEM_AMOUNT] ),
FILTER ( BF_DATA, BF_DATA[INT_STATE_TAX] = 0 || BF_DATA[INT_STATE_TAX] = BLANK()))
 
The query returns 3Records but in visual it shows only 2 records.
Can anyone help me resolve it?
Solved! Go to Solution.
You may check Show Categories With No Data.
Hi @Charu,
I see you also use a time slicer, are you sure you did'nt filter the third record out with a different slicer or filter ?
Regards,
L.Meijdam
Hi @Anonymous
I'm not filtering with the date here.I'm using the advanced filter condition which is as below
I'm getting count as why because In Table 3 records there
But in visual It is not displaying the 3rd record.
I have tested by changing the condition value its working fine but for the condition "is zero " it is not working as expected
You may check Show Categories With No Data.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.