Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have a parameter URL_param, type as text and current value is "https://hyperlink1/user"
and also i have created measure URL_Mapping="https://hyperlink1/user" & min(User[UserID]) &"details" to fetch userID column
So as per need when click on user id it navigate to diffrent urls it should fetch from parameter. so its mandatory i need to pass diffrent urls in given parameter.
URL_Mapping=URL_param & min(table[userid])
as per the need i am passing user id with in hyperlink and the above URL_param is going to change for diffrent environments.
The parameter "URL_param" is not able to assign and i am getting error as parameter is not recognized.
so please suggest how to map URL_param paramter in measure.
Thanks for your help in advance..
Thanks,
Mahi1827
@Mahi1827
As far as I know, you cannot do that in Power BI, maybe submit an idea or create a support ticket.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Hey @Mahi1827 ,
it's simply not possible to access paramters defined in Power Query using DAX.
Maybe you can consider to create a table inside the Power BI dataset with the static part, then you can use DAX to compose the dynamic URL.
Regards,
Tom
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.