The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
how can I have one slicer which when selected, it apply that date filter to table/pie chart/cards and etc related with 'Table01' and 'Table02'?
Just for example (even seams stupid), let's say that I have these tables:
TABLE01
#######
DATE_OF_BIRTH = Date
CAT_NAME = Text
SPECIE = Text
TABLE02
#######
DATE_OF_BIRTH = Date
DOG_NAME = Text
BREED = Text
I would like to set the slicer 'year' as '2022' and then, on the left side the table which shows CATS, shows "Cat01 | 25/05/2022" and at the right side the table shows "Dog02 | 14/07/2022".
Solved! Go to Solution.
Hi @jr3151006
A common date table should do the job. Get a date table and connect it with both tables via date column.
Hi @tamerj1 ,
I used a query to create a new table with dates, after that I created a relationship between date fields on the tables. After that, the 'slicer' selection is beeing applied to entire page or 'slicer synced pages'.
Tks a lot!!
Hi @jr3151006
A common date table should do the job. Get a date table and connect it with both tables via date column.