Forum Discussion
Ondrej_Bartak
3 years agoFrequent Visitor
Identify order in which Field parameters items were selected?
I have a waterfall chart walking through from actual or forecast to budget - selection being done using field parameters. There is also variance drillthrough available. That variance however varies d...
Idrissshatila
Super User
3 years agoHello Ondrej_Bartak ,
Yes you could add the number of which one is displaced first as the below example
Date Parameter = {
("Year", NAMEOF('Date'[Year]), 0),
("Quarter", NAMEOF('Date'[Quarter]), 1),
("Month", NAMEOF('Date'[Month]), 2),
("Day", NAMEOF('Date'[Day of Week]), 3)
}
If I answered your question, please mark my post as solution, Appreciate your Kudos ๐
Ondrej_Bartak
3 years agoFrequent Visitor
Thanks, but that defines order/grouping, right? What I need is know what was the click order, i.e. if I clicked/selected month first, then quarter in your example, than is should be month = 1 and quarter = 2.
- testprimest2 years agoFrequent Visitor
looking for the same solution
- Marcdum151 year agoFrequent Visitor
Also looking for this solution !
- Marcdum151 year agoFrequent Visitor
I'm looking for the same solution too !!