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
I have created a flag using DAX like Flag= IF(Discount >0,"Y","N") it works fine but at the bottom of the report it gives the Total.
Discount Flag
2 Y
1 Y
0 N
--------------
Total Y
I want to hide Y at the bottom by not using the Field Formatting ( selecting font color white and apply to Total)
Thanks
Bishwa
@BishwaR , Based on group by of your visual
IF(isinscope(Table[Group]) && Discount >0,"Y","N")
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
or
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
Thanks a lot for your feedback. For some reason isinscope did not work for me so I replaced it with HASONEVALUE and it work fine.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |