Forum Discussion
GenerateSeries not reading slicer or parameter
- 1 year ago
You can use GENERATESERIES, but only as a temporary table variable within the formula for a measure. The measure itself must return a scalar value.
You can use GENERATESERIES, but only as a temporary table variable within the formula for a measure. The measure itself must return a scalar value.
Thanks lbendlin and Ahmedx. Appreciate the insight about temporary considerations. I notice I can generate a non-temporary table series if I use static numbers as the start and end points of the series-unfortunately not useful. I guess as much as I want to create a dynamic table it is subject to measure considerations. I'm looking at making a measure with the generateseries as an intermediate step-looks hopeful. I'll see what comes of it. Thanks again.
- pbi_dot_edu1 year agoFrequent Visitor
YukonCornelius , did you ever achieve this? I'm facing a similar issue.