Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
i have the following formula:
Solved! Go to Solution.
Hi @Anonymous ,
Please try:
FY Prior Fcst = calculate(sum(Prior_Forecast[Amount]),FILTER('Prior_Forecast',Prior_Forecast[Month] in SELECTCOLUMNS('For slicer',"Month",[Month])))/1000
Output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please try:
FY Prior Fcst = calculate(sum(Prior_Forecast[Amount]),FILTER('Prior_Forecast',Prior_Forecast[Month] in SELECTCOLUMNS('For slicer',"Month",[Month])))/1000
Output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Beased on your description, I have created a simple sample:
Please try:
First, create a new table for slicer:
Then apply the measure:
FY Prior Fcst = calculate(sum(Prior_Forecast[Amount]),Prior_Forecast[Month]= SELECTEDVALUE('For slicer'[Month]))/1000
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-jianboli-msft ,
thanks for the help, this does allow me to updated the values automatically based on the month selected however, it does not work if multiple months are selected is there a work around for that?
Thanks,
Harman
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.