Forum Discussion
mas
8 years agoHelper I
data(list) in dynamics 365
hello, i have a problem, when i connect my power bi desktop to dynamics 365 , i get numbers . explication: in order to collect list(in dynamycs365) ,but i get numbers . exemple : i want to get :...
mas
8 years agoHelper I
i used powerbi optionSet xrmtoolbox ..but how creating relation between table "gap_powerbioptionsetrefs" and my existing table 'opportun..' ?
Anonymous
8 years agoNot applicable
Hi mas,
You can choose one column as group/category, then write formula to calculate count of collection number based on group column.
After above operation, add calculate column to mark tag based on collection count.
Regards,
Xiaoxin Sheng
- mas8 years agoHelper I
hello, i do not understood your solution.
- Anonymous8 years agoNot applicable
HI mas,
I mean add calculated column to table to count rows based on category column which I mentioned.
For example:
Sample = COUNTX ( FILTER ( ALL ( Table ), [ID] = EARLIER ( [ID] ) ), [Collection] )
Regards,
Xiaoxin Sheng
- mas8 years agoHelper I
hi Xiaoxin,
can you illustrate by exemple to understand. PB still collect identifier, not value of list (list in dynamics 365).
thank you .