Forum Discussion
API Post / Get & make into a http link
Hi troygraham
I know your datasource is different but if you walk through this blog you might find some handy tips on
- Stripping out the data you need to POST
- converting it to a usful JSON format
- merging the results returned with your dataset.
I think there are enough similarities that it might go some way to help you.
https://community.powerbi.com/t5/Community-Blog/Sentiment-Analysis-in-Power-BI/ba-p/55898
- troygraham9 years agoFrequent Visitor
Hi Phil,
Thanks for your fast reply, but because I am still learning I found this very hard to follow and/or use same methods for my project.
If you could lead me to any simpler examples that may help, would be great.
Is it possible to setup an M Query ? and how would i apply it to my project needs.
Cheers
Troy
- Phil_Seamark9 years agoMicrosoft Employee
Hi troygraham
While it's probably not Advanced M, it's definitely not simple M either. You are going to have to mix REST API knowledge with the M texted editor to achieve this one I'm afraid.
- troygraham9 years agoFrequent Visitor
ok i will have to keep digging for the answer.
Another question and I am sure this is an easy one.
Is there a way that i can add a textbox and button in excel to have the ability to change the highlighted text in the JSON Web Query and use the button to apply and refresh the sheet that the query is attached to ?