Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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"
)
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.