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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ronanfenelon
New Member

Help Needed; How To: Multiple tables sharing the same field on the shared axis to filter table

I have 4 tables which i ahave linked to the same column chart. Each table 4records a certain action taking place. the x axis filters by BAU (Location). When i have BAU from the cultivation activity on the shared axis it only filters cultivation by BAU. i wish to filter every activity by BAU as there are only 6 numbers and they are common to every table. this should not be a hard thing to do and i fear i am missing something very simple here.

 

if anyone could please help me i need this report finished ASAP. 

 

Capture.PNG

 

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

Hi @ronanfenelon ,

 

We can create a calculated table and use it as the Shared axis after create relationship with other four tables:

 

BAU_Table =
DISTINCT (
    UNION (
        DISTINCT ( 'Cultivation'[BAU] ),
        DISTINCT ( 'Health_Safety'[BAU_no] ),
        DISTINCT ( 'Maintenance'[BAU_no] ),
        DISTINCT ( 'Planting_FillingIn'[BAU_no] )
    )
)


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-lid-msft
Community Support
Community Support

Hi @ronanfenelon ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lid-msft
Community Support
Community Support

Hi @ronanfenelon ,

 

We can create a calculated table and use it as the Shared axis after create relationship with other four tables:

 

BAU_Table =
DISTINCT (
    UNION (
        DISTINCT ( 'Cultivation'[BAU] ),
        DISTINCT ( 'Health_Safety'[BAU_no] ),
        DISTINCT ( 'Maintenance'[BAU_no] ),
        DISTINCT ( 'Planting_FillingIn'[BAU_no] )
    )
)


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Can you share a screenshot of your relationship view? My only thought is that there are inactive relationships or no relationship between the tables.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors