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
Hi Folks,
I am new to the forum, please excuse if I didn't follow any of the group etiquette.
I need help with below scneario
in Slicer I have values Apple, Orrange & lemon, when I select Apple I need to display store A on the dashboard.
similary select Orrange I need to display store B on the dashboard and Lemon selection to show store C.
Please help me with the solution.
@Anonymous ,
New Meausre =
Var _sel = selectedvalue(Slicer[Slicer], "Apple")
var _filter = Switch(_sel,
"Apple", "Store A",
"Orange", "Store B",
"Lemon", "Store C")
Return
calculate(Sum(Table[Value]), Filter(Table, Table[Store] in _filter ) )
//or you can use =
calculate(Sum(Table[Value]), Filter(Table, Table[Store] = _filter ) )
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |