Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
25
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
2
With just that little information, atleast i am unable to help you.
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!
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
could you pls provide some sample data and expected output?
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |