Forum Discussion
AjithTravvise
Helper II
6 years agoRelationship - Multiple colum
I wanted create a relationship between the tables Confirmed and RDeaths. I wanted both counrty/region and date columns to be linked.
Create a new column in both table and try
Country Date = [Country/Region] & " - "& [Date]
In direct query mode refer
https://docs.microsoft.com/en-us/dax/combinevalues-function-dax
1 Reply
- amitchandak
Super User
Create a new column in both table and try
Country Date = [Country/Region] & " - "& [Date]
In direct query mode refer
https://docs.microsoft.com/en-us/dax/combinevalues-function-dax