Forum Discussion
if is filtered
- 6 years ago
Hi brinky ,
It is because when all the month are selected, the isfiltered(Month) will be false, if you want to show all the value when all month selected, we can use the following measure:
UnitsTotal = CALCULATE ( SUM ( data[Units] ), dDate[Year] = "2019" )
If it doesn't meet your requirement, kindly share your sample data and expected result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Best regards,
Hi brinky ,
It is because when all the month are selected, the isfiltered(Month) will be false, if you want to show all the value when all month selected, we can use the following measure:
UnitsTotal =
CALCULATE ( SUM ( data[Units] ), dDate[Year] = "2019" )
If it doesn't meet your requirement, kindly share your sample data and expected result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Best regards,