Forum Discussion
saramason
3 years agoNew Member
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...
- 3 years ago
Hi saramason ,
According to your description, here's my solution.
Sample:
Create three new queries.
let Source = #"Table"[Column1]{0} in Sourcelet Source = #"Table"[Column1]{1} in Sourcelet Source = #"Table"[Column1]{2} in SourcePut 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.
v-yanjiang-msft
Community Support
3 years agoHi saramason ,
According to your description, here's my solution.
Sample:
Create three new queries.
let
Source = #"Table"[Column1]{0}
in
Sourcelet
Source = #"Table"[Column1]{1}
in
Sourcelet
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.