Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Solved! Go to Solution.
Hi,
I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
Please try to create DAX measure instead of using implicit measures.
Count Code1: =
COUNTROWS (
SUMMARIZE (
FILTER ( ALL ( Table2 ), Table2[name] = SELECTEDVALUE ( Table2[name] ) ),
Table1[variety]
)
)
Hi @haadvitha,
Thank you for reaching out to the Microsoft Fabric Community Forum. Also, thanks to @Jihwan_Kim, for his valuable inputs on this thread.
Could you please share the sample data relevant to this thread, along with the expected outcome? This will help us accurately reproduce the scenario and provide you with the .pbix file. Alternatively, if you have a sample .pbix file, please share the link with us.
Thank you for using the Microsoft Fabric Community Forum.
Hi,
I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
Please try to create DAX measure instead of using implicit measures.
Count Code1: =
COUNTROWS (
SUMMARIZE (
FILTER ( ALL ( Table2 ), Table2[name] = SELECTEDVALUE ( Table2[name] ) ),
Table1[variety]
)
)
i am getting error saying variety specified in the summarize function was not found in the input table, because in my original data set, i had many - many relation ship between these tables.
please provide your sample pbix file's link, and then I can try to look into it.
Thank you.
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.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |