Forum Discussion
Sudharsanan
Helper III
4 years agoGlobal variable Declaration for complete report
Hi All, Is it possible to create a Variable which can be used for complete Power BI report? Can we make the varible filter based on selected values?
Anonymous
4 years agoNot applicable
Hi Sudharsanan ,
Sorry for that the information you have provided is not making the problem clear to me.
If you want to get dynamic values as measures, please try Slicer and use the following syntax:
Min = MIN('Numbers'[Parameter])
Max = MAX('Numbers'[Parameter])
Output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.