The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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