Forum Discussion

mjcastillo's avatar
mjcastillo
New Member
8 years ago

Dynamic Data Source passing active user like String through MySQL's Stored Procedure

In 'Datazen'  i used the sources calling a stored procedure, assings like string parameter the active user, somenthin like this:

 

call StoredProcedureName('{{ username }}')

 

and dashboard filter all information in base the logged user.

How it works in power bi or is there some other way to the same results.