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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a table with following data named custSales
customer code | date | amount | channel |
In my report I have matrix visual showing the number of rows without channel detail. below is the measure I am using for that
thank you very much for your time
@mehmetali , where are you checking channel is blank
Numbers of rows without channel details can be
COUNTROWS(filter(custSales , isblank(custSales[Channel]) ) )
Hi, thank you very much for quick return. i think a small sample data would be better.
customer code | date | amount | channel |
c1 | 01.01.2022 | 100 | 1 |
c1 | 02.01.2022 | 250 | 2 |
c1 | 03.01.2022 | 120 | 1 |
c1 | 03.01.2022 | 145 | 2 |
c2 | 03.01.2022 | 90 | 3 |
based on this data I want to return 4 as result.
regards,
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.