Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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?
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |