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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi
Have I completely missed the point of this function or is there something going on here that I just don't grasp?
Thanks in advance.
Oli
Solved! Go to Solution.
It is confusing. ALLNOBLANKROW only filters out blank values if they have been automatically added to create a valid relationship. If the blank values exist in the underlying data then they will still be returned.
To make sure that blank values are not returned use DISTINCT instead.
Thank you for the clarification!
I hope you have a good day.
It is confusing. ALLNOBLANKROW only filters out blank values if they have been automatically added to create a valid relationship. If the blank values exist in the underlying data then they will still be returned.
To make sure that blank values are not returned use DISTINCT instead.