Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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]))
Image1
Imag2
Solved! Go to Solution.
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
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.