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 August 31st. Request your voucher.
Hi I want to add a filter note that will only sum the total for the completed months. My existing DAX code is:
Hi @Anonymous ,
Has your problem been solved? If not , could you please provide more about your sample? What's completed months means?
Best Regards,
Community Support Team _ kalyj
@Anonymous , You can use date table and time intelligence
Current Year Transactions = CALCULATE (
SUM (VW_Transactions[transaciton_id] ), datesytd('Date'[Date]))
Power BI — Year on Year with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a
https://www.youtube.com/watch?v=km41KfM_0uA
User | Count |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
22 | |
14 | |
14 | |
9 | |
7 |