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
zebra
Helper II
Helper II

create virtual table based on slicer value

Hey,

I am trying to create a virtual table that will contains the data from the parent table however this virtual table will contains the subset of  data from the parent table based on the slicer value. I am using the following formula however its returning an empty table. 

 

VirtualTable = FILTER(Sheet1, Sheet1[City] = SELECTEDVALUE(Sheet1[City]))
 
please see the screenshot below
zebra_0-1703857027332.png

 

any help will be highly appriciated. 

thanks

zeebee

1 REPLY 1
Kishore_KVN
Super User
Super User

Hello @zebra ,

Use CALCULATETABLE instead of just FILTERING directly. This will help you to create new table as per your filtering. 

 

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

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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