PowerBI Increments on slicer not working (GENERATESERIES)

47 Views Asked by At

I have created a Parameter with GENERATESERIES in order to filter amounts of two fact tables by using increments:

GENERATESERIES(MIN(MINX(one_fact,one_fact[amount]),MINX(two_fact,two_fact[amount])), MAX(MAXX(one_fact,one_fact[amount]),MAXX(two_fact,two_fact[amount])), 250000)

But the Slicer only shows the increment for "Single Value" not for "Greater then or equal to", as i need it:
SingleValue
GreaterThenOrEqual

Any ideas how to fix that?

1

There are 1 best solutions below

0
Sam Nseir On

I don't think you can, or I don't think the slicer supports increments when the slider is used (except for Single Value).

However, suggest you keep it as Single Value and handle the greater than or equal to via dax expression in Measures.