Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
OPI_FromProto
New Member

Single value Slicer is refusing values

Hello,
In a new blank report, I create a parameter called "MaPlage" from 1 to 10000 by 1, with a Single Slicer

 

MaPlage = GENERATESERIES(1, 10000, 1)

 


But when I tape 1800 it forces into 1799 and 1900 is replace by 1899, for example. I have same transformation with some other values. 

OPI_FromProto_0-1695212372720.png

Can you say why ?

And How I cound resolve this ?

Thanks

Olivier

 

1 ACCEPTED SOLUTION
JoeBarry
Solution Sage
Solution Sage

Hi @OPI_FromProto 

 

This article provideds a workaround https://community.fabric.microsoft.com/t5/Desktop/Parameter-Slicer-shows-incorrect-value/m-p/627670/...

 

Thanks

Joe

 

If this post helps, then please Accept it as the solution

View solution in original post

2 REPLIES 2
OPI_FromProto
New Member

So Slicer is limited probably it doesnt work well over 1200 rows.
I propose a solution : of cause I dont need all 10000 rows steped by 1.
So I changed my serie into that 

MaPlage = 
    UNION( 
        GENERATESERIES(0, 99, 1),
        GENERATESERIES(100, 999, 10),
        GENERATESERIES(1000, 5999, 100),
        GENERATESERIES(6000, 10000, 500)
    )

 

JoeBarry
Solution Sage
Solution Sage

Hi @OPI_FromProto 

 

This article provideds a workaround https://community.fabric.microsoft.com/t5/Desktop/Parameter-Slicer-shows-incorrect-value/m-p/627670/...

 

Thanks

Joe

 

If this post helps, then please Accept it as the solution

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors