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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
sandeshag
Frequent Visitor

Field parameter to calculate SAMEPERIODLASTYEAR

Hi Folks,

 

I was trying to use field parameter(Measure selector) to calculate SAMEPERIOLASTYEAR.

 

Field parameter slicer looks like

 

Sales

Profit

Quantity

 

Measure_Prev_Year =
CALCULATE (
    sum(field_parameter),
        SAMEPERIODLASTYEAR ('Calendar'[Date])
    )
 
Now based on the selection from user on field parameter the Measure_Prev_Year measure should automatically calculate the value based on the selection. 
 
But this is not working and giving error. Not sure whether can we use field parameter measure in calculation which contains SAMEPERIODLASTYEAR function. 
 
Need suggestion on how to crack this requirement.

 

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@sandeshag you cannot use field parameters to calculate it dynamically, you have to use calculation groups to achieve this. I have tons of videos on calculation groups, check out those here:

 

https://www.youtube.com/playlist?list=PLiYSIjh4cEx2s8-jXBhv5aCu5_6F9zQ3I

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

2 REPLIES 2
sandeshag
Frequent Visitor

Thanks parry2k.

 

I was able to achieve my requirement using your video link.

 

https://www.youtube.com/watch?v=LSdCVbNEqcM

parry2k
Super User
Super User

@sandeshag you cannot use field parameters to calculate it dynamically, you have to use calculation groups to achieve this. I have tons of videos on calculation groups, check out those here:

 

https://www.youtube.com/playlist?list=PLiYSIjh4cEx2s8-jXBhv5aCu5_6F9zQ3I

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors