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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
EnnisT
Frequent Visitor

Select sample values from a table dynamically based on Slicer

Hi , I am new to the forum , so thank you all in advance.

 

I am trying to  create virtual table, by randomly selecting 1 or more rows from a table depending on the single value selection that is done on the  slicer.

 

For example, if "3" is selected on the slicer , i need 3 randomly selected rows to be filtered from the table . Eventually I want to calculate the sum of the "values" of these randomly selected 3 rows and use it in my model.

 

I have searched the forum and found the Sample() function which  does the job properly in terms of generating a table with sample values.

However I was unable have it work with the slicer.

I have created a numeric measure from the slicer selection,and positioned it in the SIZE section of the SAMPLE function, but it did not generate any value. 

 

That would be great if I can find a solution to this problem.

 

Many thanks 

 

 

 

 

 

2 REPLIES 2
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @EnnisT,

 

If I understand your requirements correctly, I'm afraid we can't do it like that. Because the table (the calculated table ) can't respond to the slicer. 

What's the expected result? Maybe we can do it with measures. Can you share a dummy sample?

 

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks Dale, 

The sample data is as follows. There are stores distributed into two regions and each store has a cost value.

 

In the model , as a part of restructring 'some' of the stores will be closed and  cost savings will be calculated.

The quantity of the stores to be closed needs to be selected with the slicer.  But the stores should be selected randomly , any of them may be closed.

 

Ennis

 

 

Capture3.JPG

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors