Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Hoping
Helper III
Helper III

Access a Column from Dynamic Value in Text Box

I want to access Column 2 of a table based on Column 1 in the same table in Dynamic Value Updates of a Text box.

 

I want to get Column 2 value where Column 1 value = "A"

 

What prompt should I use in the Dynamic Value Update to get the contents of Column 2 corresponsing to value "A" in Column 1.

 

Column 2 is basically a text which I want to display for specific values in Column A.

2 REPLIES 2
wini_R
Solution Supplier
Solution Supplier

Hi @Hoping,

 

not sure if I get it right as the question is too vague but you might try this formula:
CALCULATE(SELECTEDVALUE(tableName[Column2]), [Column1] = "A")

 

If that is not what you need, please provde more details or an example.

lbendlin
Super User
Super User

Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors