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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
AviramWeiss
Helper I
Helper I

Filtered random sample

Hi all,

My task is rather simple, or so I thought. Can't get to solve it or find a proper solution on the net.

I have a large data table, let's say with this structure:

AviramWeiss_0-1696313221154.png

On a desktop page, I let the user slice this data (let's say by City and Firm slicers), and added a "Sample Size" slicer (for simplicity, with absolute numbers, and not percentage):

AviramWeiss_4-1696313981839.png

 

I want to show a sample result, of course filtered by City and Firm, and with the Correct sample size (assuming there's enough data...).
I thought this would be the easy and correct solution, but the SelectedValue vars return blank values, and the entire sample ends up empty.

AviramWeiss_2-1696313830316.png

When I replace the SelectedValue vars with specific values, it works well, but of course doesn't do what I want:

AviramWeiss_3-1696313887639.png

 

How do I make the SelectedValue functions "see" the slicers on the page?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @AviramWeiss ,

 

I tried to reproduced it.

vstephenmsft_0-1696488321949.png

 

And based on your description, you were creating a calculated table, right?

However, the SELECTEDVALUE function is unavailable in a calculated table. Calculated tables are similar to calculated columns, but different from measures. Measures return results dynamically, so the SELECTEDVALUE function can be used in measures to dynamically return results based on slicer selection. However, calculated tables and calculated columns are static return results, so this does not apply here.

 

Best Regards,

Stephen Tao

 

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

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @AviramWeiss ,

 

I tried to reproduced it.

vstephenmsft_0-1696488321949.png

 

And based on your description, you were creating a calculated table, right?

However, the SELECTEDVALUE function is unavailable in a calculated table. Calculated tables are similar to calculated columns, but different from measures. Measures return results dynamically, so the SELECTEDVALUE function can be used in measures to dynamically return results based on slicer selection. However, calculated tables and calculated columns are static return results, so this does not apply here.

 

Best Regards,

Stephen Tao

 

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors