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 August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Repeat Filter Selected value in Column of a Table

Hi,

 

I have filter that selects current month(Image 1) I just want the selected Value to be repeated in all rows of column(Image2)

 

So far i tried this but did not work

FILTER ( ALL ( MCF_Base_Data ), MCF_Base_Data[FIN_MONTH] = SELECTEDVALUE(MCF_Base_Data[FIN_MONTH]))

Image1Image1Imag2Imag2

1 ACCEPTED SOLUTION
Samarth_18
Community Champion
Community Champion

Hi @Anonymous ,

 

You can't create a column like this since custom column will take physical space and it will not be dynamic when you change your selected values. So better you can go with measure instead of column for such cases.

 

BR,

Samarth

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

View solution in original post

1 REPLY 1
Samarth_18
Community Champion
Community Champion

Hi @Anonymous ,

 

You can't create a column like this since custom column will take physical space and it will not be dynamic when you change your selected values. So better you can go with measure instead of column for such cases.

 

BR,

Samarth

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

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.