[ARCHIVED] How to store canvas data directly in sharepoint or azure database
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2020
11:36 PM
Hi Canvas Team,
I'm planning to do power bi reports using canvas data. Using Canvas Data CLI tool data is storing in local pc, is there any way to store data in SharePoint or azure database directly.
module.exports = {
saveLocation: '/Users/PandaUser/Desktop/canvas_data/dataFiles',
unpackLocation: '/Users/PandaUser/Desktop/canvas_data/unpackedFiles',
apiUrl: 'https://api.inshosteddata.com/api',
key: ''<your_canvas_data_key>'' ,
secret: ''<your_canvas_data_secret>'',
}
if we use the above code data will store on a local desktop, I want to store it in the online database directly or SharePoint. Please anyone give some suggestions for creating power bi reports using canvas data.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.