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
Can I get a quick Dax here please ?
Bear in mind that in actual problem, ACV and Sales Amount are not calculated mesaures.
I am new to Dax
Solved! Go to Solution.
Hi @Anonymous ,
How about this:
Here the DAX for the measure :
CountMeasure = COUNTROWS ( FILTER ('Table', 'Table'[Sales Amount] < 190 && 'Table'[ACV] <= 0.9 ) )
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Hi @Anonymous ,
How about this:
Here the DAX for the measure :
CountMeasure = COUNTROWS ( FILTER ('Table', 'Table'[Sales Amount] < 190 && 'Table'[ACV] <= 0.9 ) )
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |