Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
i want to show selected values from slicer on a card. When I don't select anything in slicer, i want to see "All" on card, when i select single value , i want to see single value and when i select multiple values, i want to see these multiple values.
could u pls help.
thanks
Hi @GrimReaperX
please try
Selected Values =
IF (
ISFILTERED ( 'Table'[Columm] ),
CONCATENATEX ( VALUES ( 'Table'[Column] ), 'Table'[Column], ", " ),
"All"
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
13 | |
12 | |
10 | |
7 | |
7 |
User | Count |
---|---|
18 | |
14 | |
11 | |
11 | |
9 |