Forum Discussion
mas
Helper I
8 years agodata(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 :...
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
mas
Helper I
8 years agohello, 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 ago
Helper I
hi Xiaoxin,
can you illustrate by exemple to understand. PB still collect identifier, not value of list (list in dynamics 365).
thank you .