Forum Discussion

saramason's avatar
saramason
New Member
3 years ago
Solved

Link/Show a Specific table cell in a text box or Card.

Hi, Im fairly new to power bi. i Have a Image of a tree with some leaves...  The leaves are currently just blank text boxes. (Open to change)   What i am trying to do is each individual leaf updat...
  • v-yanjiang-msft's avatar
    3 years ago

    Hi saramason ,

    According to your description, here's my solution.

    Sample:

    Create three new queries.

    let
        Source = #"Table"[Column1]{0}
    in
        Source
    let
        Source = #"Table"[Column1]{1}
    in
        Source
    let
        Source = #"Table"[Column1]{2}
    in
        Source

    Put the columns in seperate card visuals, get the result:

    I attach my sample below for your reference.

     

    Best regards,

    Community Support Team_yanjiang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.