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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Slicer issues

Hi,

 

I'm working on a report using Power BI service and need help on how to use one slicer on 4 different tables. The column used for the slicer is present in all the tables.

 

Kindly help.

Thank you

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

Hi @Anonymous ,

 

I created three tables with a common date column.

 

Please create relationships based on date column between three tables like below shown:

vyadongfmsft_0-1666864320550.png

 

So, the slicer from table1 can filter three tables at the same time.

vyadongfmsft_1-1666864440404.png

 

Please refer the attached pbix file.

 

Best regards,

Yadong Fang

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
Anonymous
Not applicable

I'd rather suggest to create dimensional table for all dates from columns  by dax

 

= distinct(

union(

distinct(table1),

distinct(table2)

))

 

If you connect dates by relationship to dimensional table, you can slice it up by 1 slicer

v-yadongf-msft
Community Support
Community Support

Hi @Anonymous ,

 

I created three tables with a common date column.

 

Please create relationships based on date column between three tables like below shown:

vyadongfmsft_0-1666864320550.png

 

So, the slicer from table1 can filter three tables at the same time.

vyadongfmsft_1-1666864440404.png

 

Please refer the attached pbix file.

 

Best regards,

Yadong Fang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

v-yadongf-msft
Community Support
Community Support

Hi @Anonymous ,

 

Can you explain your problem in details ?

 

It would be great if you could tell me what's your expected output and share with me some screenshots of your data after hiding sensitive information.

 

Best regards,

Yadong Fang

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.