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 @basirve ,
How about the result after you follow the suggestions mentioned in my original post?
we can also create another measure using following measure and put into the Visual Filter, set the condition greater than 0 to meet your requirement.
AllBlank = IF ( ISBLANK ( [Col C] ) && ISBLANK ( [Col E] ) && SUM ( 'Table'[Col D] ) = 0, 1, 0 )
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @basirve ,
How about the result after you follow the suggestions mentioned in my original post?
we can also create another measure using following measure and put into the Visual Filter, set the condition greater than 0 to meet your requirement.
AllBlank = IF ( ISBLANK ( [Col C] ) && ISBLANK ( [Col E] ) && SUM ( 'Table'[Col D] ) = 0, 1, 0 )
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @basirve ,
We can just use the visual filter to meet your requirement:
BTW, pbix as attached.
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.