Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
13 | |
12 | |
11 | |
7 | |
7 |
User | Count |
---|---|
15 | |
13 | |
12 | |
9 | |
9 |