Forum Discussion
Anonymous
3 years agoNot applicable
Get a parameter in Power Query shown in report
Hi,
In Power Query I set a parameter User, is there a way to have it like a table so that I can create a card with the User name?
Thank you!
2 Replies
- amitchandakSuper User
Anonymous , Create a blank query (Under home tab, get data)
let
source = User
in
source
Convert it to table and and use it display the name
- AnonymousNot applicable
Thank you,
like this:
It does not work: