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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Dynamic Table based on Slicers

Hi,

Having One data table of Dates from 1 to 31.
(1-1-2019, 2-1-2019, 3-1-2019 .... 31-1-2019)

 

If the slicer values are 10-1-2019 to 20-1-2019, then Table 1's values are from 10-1 to 20-1 - This is Ok.

 

I need, Table 2 is from 1-1-2019 to 9-1-2019. ie. Less than 10-1-2019.

 

Thanks
Victor

4 REPLIES 4
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous ,

Based on my research, I am afraid you could not create a dynamic table by slicers, not like measures, calculate columns/tables are computed during database processing(e.g. data refresh) and then stored in the model, they do not response to user selections on the report.

So it is not possible to create a calculate column/table can change dynamically with user selections on the report.

 

Regards,

Daniel He

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

Hi @v-danhe-msft ,

 

thanks for the sharing ....

 

Can we create a table using FILTER () ?

NewTable = FILTER(Table, Table[Date] < MIN ( Slice Date  ) )  ....

 

Regards

Victor

Hi @Anonymous ,

You could use this formula but it will just create a static table and will not affected by any silcers.

 

Regards,

Daniel He

 

 

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

Hi @v-danhe-msft ,

 

Just tried with the following:

NewTable = FILTER(Table, Table[Date] < MIN ( Table[Date]  ) )

 

Data is Changing (Filtering) ...  

But the  MIN ( Table[Date])  should replaced by the first value of the slicer.  

 

How to get the First value of the slicer.

 

Regards

Victor

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.