The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.