Forum Discussion
Salesforce Objects - New Fields
Our company recently had a Salesforce redesign and managed to lessen the number of fields on the Accounts objects. How do I display the new (and lesser) fields in Power BI if I load the entire Account object? I tried doing it and it still shows the old fields.
Thank you in advance!
10 Replies
- AnonymousNot applicable
emmanmapada,
Have you clicked the "Refresh Preview" button in Query Editor of Power BI ?
Regards,
Lydia- emmanmapadaFrequent Visitor
Hi Lydia,
Thanks for the help. I did, but it still shows the old fields.
- AnonymousNot applicable
emmanmapada,
Are you able to view the new field when you connect to salesforce from other applications such as Excel? What is the type of this field?
Regards,
Lydia
- pablobarraAdvocate I
Hi
You can use a a couple of options:
1) in Power BI go to Options\"Clear cache" and click the "Refresh Preview" button in Query Editor of Power BI. Select an early step, if you have a trasnformation like "Remove other columns" you have double click in the step and check the new fields to be included.
2) With your Excel spreadsheet connected to Salesforce, if you can see the new fields in the preview table, you can copy the M code from you Excel Advanced editor to the Advanced editor in Power BI
Regards