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
Based on the quater selection dynamically comments also need to change,if select all quater it's shows Quater 3 comments how to write Dax condition
Solved! Go to Solution.
hi @Praveen0303 ,
try to plot a visual with a measure like this:
Measure =
IF(
COUNTROWS(VALUES(data[Qtr]))=COUNTROWS(ALL(data[Qtr])),
MAXX(FILTER(data, data[Qtr]="Q3"), data[Comments]),
MAX(data[Comments])
)
it worked like:
hi @Praveen0303 ,
try to plot a visual with a measure like this:
Measure =
IF(
COUNTROWS(VALUES(data[Qtr]))=COUNTROWS(ALL(data[Qtr])),
MAXX(FILTER(data, data[Qtr]="Q3"), data[Comments]),
MAX(data[Comments])
)
it worked like:
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |