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
Hello, my formula is:
Hi @Augustas-ase ,
Please try below dax formula:
Dif.values. =
COUNTROWS (
FILTER (
ALL ( SALES ),
SALES[client type] = EARLIER ( SALES[client type] )
&& SALES[OperacijosId] = EARLIER ( SALES[OperacijosId] )
&& SALES[Data] = EARLIER ( SALES[Data] )
)
)
If it does not work, please provide a screenshot of the results you are expecting and desensitized example data, it is helpful for me to test.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
the answer should be 1, I'm using three filters here, but each filter has the same information
Hi @Augustas-ase ,
Could you please provide the desensitized example data? it is very helpful for me to test.
Best regards,
Community Support Team_Binbin Yu
who can help?