Forum Discussion
Gdh1091
4 years agoRegular Visitor
Using the User's selected value from one GenerateSeries function as a parameter in another.
Hi, I'm trying to allow the user to set a series of 'bandings' which the dashboard will then use to group items of corresponding value together. For example, I imagine the end output might look some...
Anonymous
4 years agoNot applicable
Hi Gdh1091 ,
In GENERATESERIES, Returns a table with one column, populated with sequential values from start to end. It is equivalent to a calculation table, and the contents of the calculation table cannot be filtered along with it.
https://docs.microsoft.com/en-us/dax/generateseries-function
Regarding the initial value of GENERATESERIES, you can check the following link:
https://community.powerbi.com/t5/Desktop/How-to-generate-series-based-on-measure-values/td-p/1375207
https://community.powerbi.com/t5/Desktop/GENERATESERIES-with-dynamic-EndValue/td-p/792822
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.