The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
88 | |
71 | |
48 | |
46 |