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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
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 Solution Authors