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

Drill Down By Group From Different Table

Hi everyone, I am a beginner in Power BI, thinking i'm able to achieve as stated below:
I have 2 tables in my data as stated below. 

jychong27_2-1665043763285.png

 

jychong27_1-1665043654877.png

 

So my desired outputs are:

jychong27_3-1665043859044.png

Then when i press Above 50
I also be able to get the list of the accounts

jychong27_4-1665044045697.png

Thank you in advance.



1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

If you have created a relationship between Table1 and Table2 based on the field [Group],
you just need to change the summarize type for some fields in the table visual.

veasonfmsft_0-1667203586915.png

veasonfmsft_2-1667203957540.png

 

 

Best Regards,
Community Support Team _ Eason

 

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

If you have created a relationship between Table1 and Table2 based on the field [Group],
you just need to change the summarize type for some fields in the table visual.

veasonfmsft_0-1667203586915.png

veasonfmsft_2-1667203957540.png

 

 

Best Regards,
Community Support Team _ Eason

 

amitchandak
Super User
Super User

@Anonymous , Join these two tables on a group

 

The first visual table you have to measure 

distinctcount(Table[group])

 

The second visual should just work with columns and filter

 

If you do not want to join, the second visual table 

use a measure in visual

 

countx(filter(Table2, table2[group] in values(Table1[Group]) ) )

 

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.

Top Solution Authors