Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 ) )
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
38 | |
28 | |
26 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |