Forum Discussion
esuryahadi
2 years agoHelper I
Help for card visual
I have the following data, Title RK Progress Field FPP FSA AGN 68,48 SS FPP FSA SS 62,35 SS Bridge SS 4,61 TSS Submarine (UMHK) 11,32 TSS Workshop RAM Field 90 SS R...
- 2 years ago
hi esuryahadi ,
then try like:
measure = IF( ISFILTERED(data[Title RK]) || ISFILTERED(data[Field]), SUM(data[Progress]), 0 )
esuryahadi
2 years agoHelper I
Thank you, but i have little problem.
how if filter by field ?
FreemanZ
2 years agoSuper User
hi esuryahadi ,
then try like:
measure =
IF(
ISFILTERED(data[Title RK]) || ISFILTERED(data[Field]),
SUM(data[Progress]),
0
)- esuryahadi2 years agoHelper I
Thank you so much.