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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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 |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |