Forum Discussion
problem with reporting on multiple relationship
- Anonymous9 years ago
Hi iLikeAzureSQL,
I create a simple sample to test but it works on my side. Below is the sample:
Table:
Relationship:
Visual:
Use relationship create a summary table.
Formula:
Table = SELECTCOLUMNS(PersonClass,"PersonclassID",[personclassID],"Person",RELATED(Person[Name]),"Class",RELATED(Class[ClaseName]),"Address",RELATED(Adress[Decription]))
Regards,
Xiaoxin Sheng
Hi iLikeAzureSQL,
I create a simple sample to test but it works on my side. Below is the sample:
Table:
Relationship:
Visual:
Use relationship create a summary table.
Formula:
Table = SELECTCOLUMNS(PersonClass,"PersonclassID",[personclassID],"Person",RELATED(Person[Name]),"Class",RELATED(Class[ClaseName]),"Address",RELATED(Adress[Decription]))
Regards,
Xiaoxin Sheng
- iLikeAzureSQL9 years agoHelper I
Can you do this on dorect query reports?
- Anonymous9 years agoNot applicable
Hi iLikeAzureSQL,
I think it can't works on direct query mode. Perhaps you can try to do these work on database side.
Regards,
Xiaoxin Sheng