Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello,
From the example below, I want to fill column "Email Subject Line" with the value that is selected from the filter "Subject Line Template".
In another words, if for example I select "Subject BB" from the filter, all the records from column "Email Subject Line" will be filled with "Subject BB".
Any suggestion is more than welcome, thanks!
Solved! Go to Solution.
Hi @Anonymous
You can create a measure in your main table that will use your subjects table.
T6 is my subjects table.
M_Subject = SELECTEDVALUE(T6[Subject],"")
Good Luck!
A
Hi @Anonymous
You can create a measure in your main table that will use your subjects table.
T6 is my subjects table.
M_Subject = SELECTEDVALUE(T6[Subject],"")
Good Luck!
A
many thanks @Anonymous , it's working!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.