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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
studentBielbas
Frequent Visitor

one to many count with blanks

25

7 REPLIES 7
Ashish_Mathur
Super User
Super User

Hi,

Measure1 = countrows('Table2') should count all the rows of Table2.  Whereas Measure2 = calculate([Measure1],'Table2'[idof1]<>blank()) should count rows from Table2 where idof1 <> blank


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

2

With just that little information, atleast i am unable to help you.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi @studentBielbas ,

Has your issue been resolved? If a community member's response addressed your query, please consider marking it as Accepted Answer and click Yes if you found it helpful.

 

If you have any further questions, feel free to reach out.
Thank you for being a valued member of the Microsoft Fabric Community Forum!

Hi @studentBielbas ,

Just looping back on your question about one to many count with blanks, @ryan_mayu @Ashish_Mathur  has shared some helpful input that might guide you in the right direction.

If that response solved the issue, it would be great if you could mark it as the Accepted Answer it not only closes the loop but also helps others who might be facing a similar situation.

If you're still unsure or need further guidance, feel free to drop us more details — we're here to help.

 

Thanks again for being part of the Microsoft Fabric Community!

Anonymous
Not applicable

Hi @studentBielbas ,
Thanks for ryan_mayu reply.

First you need to make sure the relationship is correct: in the Model view of Power BI, make sure that the id of table1 and the idof1 of table2 have been correctly established (usually a one-to-many relationship). For the relationship filtering direction: if you only need to filter table2 from table1, keep the default one-way filtering

Counts the rows where idof1 is not empty:

Rows with idof1 = COUNTROWS(FILTER(table2, NOT(ISBLANK(table2[idof1]))))

 

Best regards,
Albert He


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

ryan_mayu
Super User
Super User

could you pls provide some sample data and expected output?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.