Forum Discussion
HASSANNAZEER
8 years agoFrequent Visitor
Api token
Can anyone help me with connecting this data source using API KEY http://developer.fulcrumapp.com
HASSANNAZEER
8 years agoFrequent Visitor
Can I Use the Query API Method ? How to do that ?
Phoenixke
8 years agoFrequent Visitor
If the fulcrumapp's API supports it, you should be able to use it.
In PBI you would simply paste the entire url into a Web request and if the "?q=" part is correct, it should simply pull in the data.
I'd start with something simple like ?q=SELECT * FROM "table_name"