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.
Hi. I'm having an anoying error with my current formula.
The idea is to calulate the value of shipped orders upto and including the current month.
Error reported is "Too few arguments were passed to the EOMONTH function. The minimum argument count for the function is 2"
Formula:
ALL OS VALUE PERIOD = CALCULATE(SUM(MNSalesOrderLine[OS LCY Value]),
Solved! Go to Solution.
Like this
<=EOMONTH(MAX(LastRefreshedDate[DateLastRefreshed]),0)
Excellent!
Thanks for taking the time to help resolve this.
Hi. Thanks for the quick reponse.
Not sure I quite understand. Do you mean is should end:
User | Count |
---|---|
15 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |