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.
In Excel I can run the formula
=maxifs(Invoice Date, ID1, ID1, ID2, ID2)
Returning the latest Invoice Date for each unique instance of both ID1 and ID2.
What is the equivalent formula in DAX?
Many thanks.
Hi, @PMF998 , you're on the right track, DAX is born for such statisitcal jobs. In your senario, you even don't bother to call any functions, but just a matter of drag-n-drop within a matrix visualization.
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |