Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

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

  • 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

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you, 

      like this:

      It does not work: