Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 depending if I go forecast -> budget or budget -> forecast.
When I add field parameter items to matrix as columns (selecting them), columns are added in order that I clicked individual field parameters. Is it possible to identify using DAX which was selected first and which was second? That way I could calculated variance mentioe
Same question, since field parameters preserve the order in which they were selected in a matrix visual, i wonder if there is a way to know what the first selection was. For my use case i need to let users select as many dimensions as they want to see. However, there is a Top option that basically by means of a measure discards rows that, grouped by the first field selected, fall outside defined top N values.
My workaround for this issue was to create two identical field parameters, one of them will act as the "top N field" and the other one as the expansion dimension (working as any field parameter in a matrix).
However it would be awesome to be able to obtain this kind of users interactions data, since as far i know it's not currently possible
Still waiting for solution. I want to make the right levels subtotals in a matrix And I've multiple selection as SEX,AGE,TYPE and people can select this to have rows grouping dynamic and I must calculate totals about every previous level. But I can't get the right selection order. Anyone found the solution ?
Hi @Ondrej_Bartak, @testprimest , did you find any solution for this? I am also looking for a solution in the same context. But in my case I would like to have a concatenated string of the selected values in a parameter.
Let say a have a parameter table, params, like this:
If I selected in the follow order: first Param3, secondly Param1 but not selecting Param2, I would like to get a string back that is "Param3, Param1"
I am elaborating around something like the code below, but can not get it working as expected, I am getting the following error
"Column [parameter] is part of a composite key, but not all columns of the composite key are included in the expression or its dependent expression."
Hello @Ondrej_Bartak ,
Yes you could add the number of which one is displaced first as the below example
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
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.
I'm looking for the same solution too !!
Also looking for this solution !
looking for the same solution