Forum Discussion

Jaxidian's avatar
Jaxidian
Frequent Visitor
9 years ago
Solved

How do I link two data fields that aren't foreign keys to synchronize filtering?

Let's say I have two tables that look like this:   Sales: Id LocationId Amount($) DateOfTransaction YearNumber MonthNumber DayNumber 1 42 12345.67 2012-10-22 2012 10 22 2 42 ...
  • dkay84_PowerBI's avatar
    dkay84_PowerBI
    9 years ago
    You should make a separate date table that you can link both fact tables to. Then use the year-month field from the date table for the axis in your two charts.