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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
v-stephen-msft
Community Support
Community Support

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
v-stephen-msft
Community Support
Community Support

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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