Forum Discussion
Anonymous
8 years agoNot applicable
R script to write a measure to Salesforce SFDC by Id
I am looking for a script that writes a calculated measure into Salesforce but it has to look at the account ID and write it to the correct account.
4 Replies
- v-viig
Community Champion
As far as I know, R script is not able to get current user since Power BI limitation.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- AnonymousNot applicable
Thank you, Ignat. Do you know if we can access power bi tables from R script?
- AnonymousNot applicable
I found this option to export all the dataset http://www.thebiccountant.com/2015/12/28/how-to-export-data-from-power-bi-and-power-query/ I am wondering if I can access specific tables and columns
- v-viig
Community Champion
You can access table that user specifies in the Fields pane for this script.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals