Forum Discussion
ben2298
3 years agoNew Member
Paramter range mini max
changing max value to measure
GENERATESERIES(1, 1,10 )
To
GENERATESERIES(1, max([total_sales]),10 )
base filter slicer as date not changing max value ?
its remain with the first value the paramter need to creater
Can it be solved?
1 Reply
- parry2kSuper User
ben2298 not sure if I fully followed your question but I guess this is what you are looking for:
GENERATESERIES(1, CALCULATE( max(Table[total_sales]), ALL ( Table ) ), 10 )Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!