Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone,
I'm stuck with my limited knowledge here, because i need to get access to the data from an Rest API with Json Web Token.
They send me 3 different url:
1. EndPoint of tokens : https://xxxxx.yyyyy.com/vftoken/oauth/token
with this parameters
UserName=vfrest&Password=t3sting&grant_type=password
the result must be a chain in format "JSON Array" with 3 fields:
a) access_token (dinamic value)
b) token_type
c) expires_in
2. Endpoint for test https://xxxxx.yyyyyy.com/vfrest/api/Prueba/Prueba2
a) KEY ="Autorization"
b) VALUE = Bearer "access_token"
c) Content-Type = application/x-www.form-urlencoded
3. Endpoint for data https://xxxxx.yyyyy.com/vfrest/api/data
the result must be a chain in format "JSON Array"
BUT... i try with the solution in Pull data from a REST API Authentication and doesn't work with my poor programming skills
I be really thankfull if someone helpme.
Hello
did you manage to connect to your api I have the same problem and nothing works
Hi @lfvc1984
To get JWT Token from Auth API, you could refer to this thread .
To use parameter with rest api, please check the reply here.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.