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'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 |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |