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.
I've finance data available for total financial year July 2019 to June 2020.
But for now I want to display the data till current month, e.g. till April 2020 in a Line chart.
What dax formula to use.
Appreciate your help.
Cheers,
Chiru
@chiru5262 , you can write a calculated column based on the date field.
Example
if(Today()>=Table[Period],"Year-to-Date")
Then apply this column as visual-level/page-level/report-level filter and select value as "Year-to-Date"
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
21 | |
20 | |
11 | |
10 | |
7 |