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