Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.