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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Fill column content with value from a filter

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".

 

powerbi_forum.png

Any suggestion is more than welcome, thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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],"")

Email.gif

Good Luck!
A

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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],"")

Email.gif

Good Luck!
A

Anonymous
Not applicable

many thanks @Anonymous , it's working!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors