Forum Discussion
Nick221_
3 years agoFrequent Visitor
Building Relationships between Tables
I have two tables that both contain dates. Specifically, Month & Year. I want to add a slicer to be able to filter by Month and Year and it will update both tables accurately. I have built a Data tab...
amitchandak
3 years agoSuper User
Nick221_ , Create a date with help from month and year in both tables and join with date table, remove join between table
for text month
date = datevalue("01-"&[month]&"-"&[Year])
if month is number
date = date([Year], [month], 1)
Power BI- DAX: When I asked you to create common tables: https://youtu.be/a2CrqCA9geM
https://medium.com/@amitchandak/power-bi-when-i-asked-you-to-create-common-tables-a-quick-dax-solution-8e3eccb41bda