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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
fabiopaturzo
Helper I
Helper I

Filter Table by SELECTEDVALUE and Slider

Hi 
starting from ItemLedgerEntriesnew table where i have record with a colomn( Posting_date) i would like to create a new table "AggregatedTable" filtering by  'Misure'[DataSelezionata] 
 
AggregatedTable =
  FILTER(
        'ItemLedgerEntriesnew',
         'ItemLedgerEntriesnew'[Posting_Date] < 'Misure'[DataSelezionata]
    )
 
where 
 
DataSelezionata = SELECTEDVALUE(Datenuove[Data])
  and
 
Datenuove is a table  and I select the data with a slider
 
fabiopaturzo_0-1719318608344.png

 

I don't have any result it seem the 'Misure'[DataSelezionata] is always blanck

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @fabiopaturzo,

Currently power bi does not support to create dynamic calculated column or tables based on filter effects. They not work on the same level and you can't use the child level to affect their parent.

Notice: the data level of power bi(from parent to child level)

Database(external) -> query table(query, custom function, query parameters) -> data model table(table, calculate column/table) -> data view with virtual tables(measure, visual, filter, slicer)

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @fabiopaturzo,

Currently power bi does not support to create dynamic calculated column or tables based on filter effects. They not work on the same level and you can't use the child level to affect their parent.

Notice: the data level of power bi(from parent to child level)

Database(external) -> query table(query, custom function, query parameters) -> data model table(table, calculate column/table) -> data view with virtual tables(measure, visual, filter, slicer)

Regards,

Xiaoxin Sheng

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.