Forum Discussion

orourkebp's avatar
orourkebp
Frequent Visitor
9 years ago
Solved

Selecting Random set of Records from a Dataset

Hello all,

 

 New Power BI user.

 

Tried some examples found on the web but I cannot seem to apply them to this scenario.

 

I have a dataset of purchases for various branches around the United States.  I am looking to extract a percentage of them for auditing purposes.  More precisely, a percentage by state.  For example:

 

The states have the following number of records:

Alabama 1000 

Nebraska 250 

California 3750 

 

I want to extract 10% of the records.  So

100 of Alabama

25 of Nebraska

375 for California

 

I have tried creating a column using Number.Random & Number.RandomBetween but every record gets the same random number so I can't use it to select say "the top 10%".

 

Any guidance would be greatly appreciated.

  • orourkebp,

     

    RAND function return a random value for each row. Please refer the screenshot below.

     

    Regards,

    Charlie Liao

6 Replies