Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi,
I have created a slicer with multiple values, when I select 2 or more slicer value. I need some based on those 2 values only.
someone could please suggest me the better way to do it.
I tried with SELECTEDVALUE,but when I select 2 or more slicer values its not working.
Hi @VikasMattela ,
You need to use ALLSELECTED function:
CALCULATE(
[YourMEasureName],
ALLSELECTED('YourTableName')
)
If this answer solves your problem, accept it as a solution so others would find what they need easier.
Regard,
Loran
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
15 | |
10 | |
9 | |
9 |
User | Count |
---|---|
15 | |
12 | |
12 | |
11 | |
11 |