cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Hao
Frequent Visitor

Is it possible to create a dynamic table based on a slicer's value?

Hi, there,

 

I have a slicer with a range between 1 to 1000. I want to generate a 1,000,000 rows table based on the selected value of the slicer. For example, if the selected value of the slicer is 1, then the table is generated by `GENERATESERIES(1, 1000000, 1)`; if the selected value is 5, then the table is generated by `GENERATESERIES(1, 1000000, 5)`; generally my requirement is:

  • The selected value of the slicer is used as "Increment Value."
  • The selected value changes and my table changes synchronously.

 

Thanks

 

Hao

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Hao , it is not possible to create a calculated table based on slicer value

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Hao , it is not possible to create a calculated table based on slicer value

Got it! Thanks!

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors