Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Count # players dropping off on that game

Hi, thank you for looking at this issue. Really appreciate anyone can give any suggestion on the issue. 

 

For example:

Context:

In the dataset, I have 5 players and 3 different games. also include the playthrough_ID.

If the player plays the game, then playthroug_ID would be created. 

 

Expected result:

# players drop off on the games which the end users selected.

For example, we know 68 is the biggest playthrough_id of Player-Tom and thus, Tom drops off on the Game - B

 

Then, [Game name] will be put in two different kinds of filters (slicer and row filter of stacked bar chart)

 

If i select Game A and Game C in the slicer first, Then i created two measures:

MaxPlaythroughID = MAX('Table'[Playthrough_ID]) (will be filtered by row filter of stacked bar chart)
MaxPlaythroughID_Allselect = CALCULATE([MaxPlaythroughID]; ALLSELECTED('Table'[Game Name])) (will be filtered by slicer only rather than row filter of stacked bar chart)
 
Then we can refer to the matrix first. If MaxPlaythroughID = MaxPlaythroughID_Allselect, we can say that person drops off on that game. 
Thus, Game A should have 2 players (Monica, Sarah) and Game C should have 3 players (Mary, Tom, and Victoria).
 
In all, I would like to create a stacked bar chart which puts game name in axis and a measure - # users dropoff in values. 
# users dropoff =
VAR table1 =
SUMMARIZE('Table';
'Table'[Player];
"MaxPI"; [MaxPlaythroughID];
"MaxPI_A"; [MaxPlaythroughID_Allselect])
RETURN
CALCULATE(DISTINCTCOUNT('Table'[Player]); FILTER(table1; [MaxPI] = [MaxPI_A]))
 
But this stacked bar chart always return the wrong value. A should be 2 players and C should have 3 players while they all have 5 players.
 
So what's wrong with this measure - # users dropoff? anyone have some input?
2.png
 
 

 

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Super User
Super User

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.