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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi !
I have a table called Round in which there are several events stored in a table called Event.
They are linked by the RoundId like this :
The idea of my measure is to count, for each round, how many events are stored.
The relation is active in my model (even tried with USE RELATIONSHIP), I don't know what is wrong in the following measure :
Hi @Kenmare
A measure to use in a table like that would be:
Hi @gmsamborn
Thank you for your reply. I thought having the round id in my chart could help.
But it doesn't seem to be possible / a good idea.