The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm trying to create a DAX formula that will return the SUM of 'Invoice_Amount' for any date in the current month. Then another formula for the SUM of 'Invoice_Amount' for any date in the prior calendar month. Any help would be appreciated.
LastMonthBilled = SUMX(FILTER(CWInvoices,CWInvoices[Date_Invoice]>=TODAY()-30), CWInvoices-CWInvoices[Invoice_Amount])
hi @maxse
try like:
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
11 | |
9 | |
8 |