Forum Discussion
mtp03
3 years agoFrequent Visitor
Multiple tables
I have 2 tables that I want to incorporate into 1 combo bar/line graph that can be maniplulated using slicers for date ranges and particular User IDs. My intent is to have bars showing counts for eac...
tamerj1
3 years agoCommunity Champion
Hi mtp03
Just create a bridge table containg all the unique user Id's and link it 1 to n with both tables. Then you can use to slice by in you visual. You can create this table using DAX but to avoid any chance of circular dependancy I preffer to have it created in power query or from source.