Forum Discussion
jrscaletta
Helper II
7 years agoRelationship problem working with data from Dynamics365
Hi all. I'm unable to recover the data that I need from Dynamics365 PSA. I want to show in one matrix the data from 2 database tables. This is my structure: f Then, I use PR...
- 7 years ago
Ahh, that makes much more sense.
I added the following measure to your file, and added that as a value to the matrix. The numbers look right to me, but I don't know your dataset:
msdyn_quantity_measure = CALCULATE(SUM([msdyn_quantity]), USERELATIONSHIP(msdyn_journallines[_msdyn_task_value], msdyn_projecttasks[msdyn_projecttaskid]))
This measure is forcing the sum to use the relationship described instead of whatever the default active one is.
jrscaletta
Helper II
7 years agoAnyone knows how to work with this type of relation?
Thanks in advance!
Cmcmahan
Resident Rockstar
7 years agoDid my solution not work? What issue are you still having?
- jrscaletta7 years ago
Helper II
Yes Cmcmahan , your solution works! All is ok! Thanks you so much!