Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a very large dataset which contains Companies, Users (related to these companies by email-domain) and a hit-count. I need to calculate a measure to have the number of hits in relation to the number of users per company.
Is the measure simply a Count(Hits)/Count(User)?? The numbers seem strange to me....
Solved! Go to Solution.
AverageX(Summarize(Table, Table[User], "_1",Count(Table[Hits]) ),[_1])
or
AverageX(Summarize(Table, Table[Company], Table[User], "_1",Count(Table[Hits]) ),[_1])
AverageX(Summarize(Table, Table[User], "_1",Count(Table[Hits]) ),[_1])
or
AverageX(Summarize(Table, Table[Company], Table[User], "_1",Count(Table[Hits]) ),[_1])
Thank you, I will try to go from here on my own (because the colums are in different tables)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |