Forum Discussion
Power BI Desktop - Connect to UserVoice
Hi,
I am trying to connect to our company's UserVoice account with Power BI Desktop. There is an integration for the online version, but I can't do the calculations I want in that version. Do you know if there is a way to connect by using the UserVoice API that is available for the account? Or a way to connect the desktop application to the UserVoice data in the online Power BI service?
Thanks,
Tania
6 Replies
- v-qiuyu-msftCommunity Support
Hi taniagobeil,
Based on my research, you can consider use web data source in desktop to get data from the UserVoice. See: How to call REST APIs and parse JSON with Power BI.
Best Regards,
Qiuyun Yu- taniagobeilRegular Visitor
Hi v-qiuyu-msft
I followed the steps in your link and it works like a charm. However, it only works for unauthenticated requests. I want to access User statisfaction responses (/api/v1/reports/user_satisfaction_responses.json) and that requires oAuth authentication. Do you know if there is a way to do this in PowerBI?
Thanks for the help!
Tania
- v-qiuyu-msftCommunity Support
Hi taniagobeil,
I think you need to know how to call UserVoice use oAuth authentication firstly. See: UserVoice OAuth Reference.
Best Regards,
Qiuyun Yu