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

How to filter columns?

Hello guys,
I have a question. Below I have this default table. 

pietapa_0-1669303704316.png

How can I change the table with a condition to this below with a filter (I choose the Month "Aug 22" and when the table show me all months after and including Aug-22)?

pietapa_1-1669303911833.png

Is this possible? 

 

Labels (1)
1 Reply
vinieme12
Champion III
Champion III

use below Expression

 

=sum({<Datefield={">=$(=Date(Min(Datefield)))<=$(=Date(Max({1}Datefield)))"}>}SomeMEasure)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.