Forum Discussion

SampaSim's avatar
SampaSim
Frequent Visitor
6 years ago
Solved

How to limit the dataset during the development

Hi all,

I would like to know if there exists a smart way to limit the dataset rows during the development phase.

I am developing some reports over a dataset with trillions of rows and I want to develop them using a limited number of rows of the dataset. Once I'll publish the report on the server I want to switch to the full dataset.

Could someone suggest me how to do it?

Thanks in advance.

3 Replies

  • SampaSim most common way is to create a parameter and based on the parameter value, limit the number of rows get loaded and once it is ready and published to the service, change parameter values in the service to load all the rows.

     

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.

  • SampaSim's avatar
    SampaSim
    Frequent Visitor

    parry2k how can I set the parameter value? I don't know the maximum number of rows of my dataset, it changes each day. For example, I know how to set it in order to mantain the first 1000 rows, but then, how can I set it in order to get all the rows?