Forum Discussion
Requiredattendees in dynamics 365 appointment
Hello, I am making a dashboard for a Dynamic 365 CRM. I want to know the activities that are making the users, but i want to know with who arme making the activities, could be a account or a contact. I have to find requiredattendees in the queries, but i cant find. I don`t know if i have to find in acctivity pointers or in appointments..
- Anonymous8 years ago
Hello, i resolved the problem, I had to import data from activitie parties, and expand a columns in the query, then I concatenate the data of account and contacts, os i have all the information in a column.
Thanks
2 Replies
- v-caliao-msft
Microsoft Employee
Anonymous,
Power BI uses the OData feed to create a descriptive model, with all the entities and measures needed such as Accounts, Activities, Opportunities, Product, Leads, Users and more. It's hard to view your model structure clearly, there might a relationship between activites and users, you could create a calculated column to get the activities that are making the users.
Reference
https://powerbi.microsoft.com/en-us/documentation/powerbi-content-pack-microsoft-dynamics-crm/
https://www.microsoft.com/en-us/dynamics/crm-customer-center/work-with-activities.aspxRegards,
Charlie Liao
- AnonymousNot applicable
Hello, i resolved the problem, I had to import data from activitie parties, and expand a columns in the query, then I concatenate the data of account and contacts, os i have all the information in a column.
Thanks