Forum Discussion
Dynamic changing URL Link in Power BI
UPF1KOR , For that you can create a parameter with a list and use that in connection
refer video from Guyinacube: https://www.youtube.com/watch?v=XIq5vN5oPf8
5 Replies
- amitchandakSuper User
UPF1KOR , For that you can create a parameter with a list and use that in connection
refer video from Guyinacube: https://www.youtube.com/watch?v=XIq5vN5oPf8
- andy808Resolver I
Hi there, did you ever solve this? I have the same requirement.
Thanks!
- UPF1KORFrequent Visitor
Hi andy808 ,
As suggested by amitchandak , I was able to solve this.
What I did was:
1. Created a simple table with 2 columns and 3 rows. First column mentions environment like Development, Testing, Production and the 3 rows contains the URL's.
2. Created a parameter and defaulted it to Development.
3. Filter the table (created in step 1) by parameter.
4. Deploy on Power BI Service/ Cloud.
5. Go to Setting-> Parameter.
6. You would find Development there. Modify that to Testing and SAVE.
7. Done, URL will change as per parameter selected.
- andy808Resolver I
Great, thank you so much for responding - that detail is helpful!