Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello Team,
What is the error in the below image?
Also Table 'data' has a column as 'user.
Measure:
Thanks,
Siva
Solved! Go to Solution.
@ssspk try this
UniqueUsersPerAppIdTest = VAR FilteredData =
FILTER( data,
('data'[type] = 4 || 'data'[type] = 6) && 'data'[appid] > 0 )
RETURN
SUMX(
SUMMARIZE(
FilteredData,
'data'[appid],
"Unique Users", CALCULATE(COUNTROWS(DISTINCT('data'[user]))) ), [Unique Users] )
@ssspk try this
UniqueUsersPerAppIdTest = VAR FilteredData =
FILTER( data,
('data'[type] = 4 || 'data'[type] = 6) && 'data'[appid] > 0 )
RETURN
SUMX(
SUMMARIZE(
FilteredData,
'data'[appid],
"Unique Users", CALCULATE(COUNTROWS(DISTINCT('data'[user]))) ), [Unique Users] )
User | Count |
---|---|
85 | |
77 | |
68 | |
49 | |
41 |
User | Count |
---|---|
111 | |
56 | |
50 | |
42 | |
40 |