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 all please help me how to write dax for check , if the slicer is select all show "-" ,if not show [measure]
thank you in advance
Best Regard
firstch
@firstch , assume Column is used in slicer
Measure 1=
var _check = calculate(isfiltered(Table[Column]) , allselected())
return
if(_check, [Measure], blank())
or
Measure 1=
var _check = calculate(isfiltered(Table[Column]) , allselected())
return
if(_check, [Measure] & "" , "-")
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |