Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
KoenV3
Regular Visitor

Use function outcome a variable/parameter

Hi All,

Hope you can help me with the following. For a report I'm fetching data from different endpoints. Each requires me to authenticate use a token. I'm created a function to get the token from an endpoint which works. But i want to use the token as a parameter in the other queries to get the data (using something like "Headers=[Authorization="Bearer "&{token parameter}]] in the query).

I there a way to automatically use the function to populate the parameter? Or is there an other way to work with tokens in the requests? 

 

KoenV3_0-1695649620949.png


Please let me know any suggestions.

1 REPLY 1
lbendlin
Super User
Super User

lbendlin_0-1695741300039.png

Try that last option.

 

Keep in mind that there is a very fine line between Partitions and Expressions. You could equally have a query that acquires the token and stuffs it in a single column single row table. Then reference that value by row {0} and column name.  Same effect as a Parameter.

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors