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
KV3098
Regular Visitor

How to create a slicer which reflects data from all other tables

Hi everyone,

 

Currently I am working on a dashboard which contains about 7-8 visuals, like availability, response time, occupancy, etc, and each visual has its own seperate table. I want to filter this data based on names, month and year so, I created a slicer using slicer visual which filters out the data from each table and represents it on the dashboard.

 

For example; A "month" filter selects all the data of that month in response time, occupancy, etc.

 

I creates a new table wherein I manually added the names, month and year so that I can filter based on those parameters. And linked (one to many) that table with all other tables.

Unfortunately this method is not working and I am getting some bizzare results.

 

Please suggest a solution to it

@VahidDM @Jos_Woolley

1 REPLY 1
amitchandak
Super User
Super User

@KV3098 , We usually create a date/month table generic one and combine the data of name using a statement like

 

Name = distinct(Union(distinct(Table1[Name]), distinct(Table2[Name])))

 

refer

https://amitchandak.medium.com/power-bi-when-i-asked-you-to-create-common-tables-a-quick-dax-solutio...

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.