The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
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.
Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?