Forum Discussion
mail2vjj
8 years agoHelper III
Limit to embedded token generation
Can someone please tell me what is the limit to embedded token generation? Is the limit daily or hourly? It would be really helpful to me if someone can answer this question. Thank you, ...
Anonymous
8 years agoNot applicable
Use this API to track the usage(%) of free trial API calls.
sdaviesnz
8 years agoFrequent Visitor
I had to make this call:
https://api.powerbi.com/v1.0/myorg/availableFeatures(featureName='embedTrial')
You should then see something like this in the reponse:
"additionalInfo": {
"usage": 35
}