Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
mas
Helper I
Helper 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 :

1-new

2-smart

3-best

 

but power bi collect this:

19920213

19920214

19920212

 

question: how power bi can collect the data(informations), not numbers.?

5 REPLIES 5
mas
Helper I
Helper I

i used powerbi optionSet xrmtoolbox ..but how creating relation between table "gap_powerbioptionsetrefs" and my existing table 'opportun..' ?

Anonymous
Not 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

hello, i do not understood your solution.

Anonymous
Not 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

hi Xiaoxin,

can you illustrate by exemple to understand. PB still collect identifier, not value of list (list in dynamics 365).

thank you .

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.