Forum Discussion
robertokzl
6 years agoFrequent Visitor
Next event
Hello all, I'm trying to find a method to display header title as return of a next event search. I have a dataset with format below: Customer kickoff meeting Design Prototype SOP ...
- Anonymous6 years ago
Hi robertokzl ,
You can make it using the unpivot table function in Power Query Editor.
1. In Power Query Editor, right-click the customer column, choose unpivot other columns, then the table change to :
2. Create a measure :
Measure 17 = CALCULATE(MAX('Table (5)'[Attribute]),FILTER('Table (5)','Table (5)'[Value] >= TODAY() && 'Table (5)'[Value] <= TODAY() + 30))Aiolos Zhao
Anonymous
6 years agoNot applicable
Hi robertokzl ,
You can make it using the unpivot table function in Power Query Editor.
1. In Power Query Editor, right-click the customer column, choose unpivot other columns, then the table change to :
2. Create a measure :
Measure 17 = CALCULATE(MAX('Table (5)'[Attribute]),FILTER('Table (5)','Table (5)'[Value] >= TODAY() && 'Table (5)'[Value] <= TODAY() + 30))
Aiolos Zhao