Forum Discussion
xliu1
6 years agoHelper II
Common filters for visualizations using columns from different datasets
I imported three datasets into Power BI: ENRL_MODALITY, COURSE_FTE_SCH, FLG_DL_ENRL. All three datasets have the same column "Term", which has the same format. What I want to do is to pull different ...
az38
6 years agoCommunity Champion
you can create active relationships only by one field.
for any other logic you should use USERELATIONSHIP function https://docs.microsoft.com/en-us/dax/userelationship-function-dax in your measures or column statements
xliu1
6 years agoHelper II
Thank you!