Forum Discussion
Maria_Buzaglo
Helper I
5 years agoGet Web URL parameter to use it as a measure
Hi, Is it possible to get a parameter from an web URL and have it in a measure? Example: to have an URL (that ends with '?filter Country/CountryName eq 'Potugal') and to build a measure tha...
amitchandak
Super User
5 years agoMaria_Buzaglo , this the service url or a column.
if it a column that has URL, then
a new column like this in dax
right([column], len([column) - (search("eq ",[Column],,0)+3))
Maria_Buzaglo
Helper I
5 years agoActually it is not a column. My report is in the sharepoint. What I would like is:
a user sings in the sharepoint and, in the URL sharepoint exist a parameter that is the username. I want to grab that parameter and use it in the power bi report to filter the information just for that user.
This is the general thing I want to do.