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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
JasonRimkus
Regular Visitor

Passing Max from one parameter to min of another

I'm trying to set up dynamic range slicers based on parameters, I have set up 2 parameters (Vol 1 and vol 2), when the user adjusts the slider in vol 1, the start of the series for vol 2 should adjust based on the max of Vol 1

 

the first level would be 

Vol 1 = GENERATESERIES(0, 20000, 1)
 
Vol 2 = generateseries(max(max vol1) , max(vol1)+20000, 1)
vol 3...
vol 4.. 
vol 5...
 
i'm able to calculate the min and max in a measure, but unable to pass that value onto the next "level"
Vol 1 Max = SELECTEDVALUE('Vol 1'[ Vol 1], max('Vol 1'[Vol 1]))


0 REPLIES 0

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.