March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am showing real time data in charts (lines and bar charts). The current months' data is not final yet, so I would like to indicate that somehow, for example by fading that out. So in the chart below I would like to fade out/ give Apr-20 another color, or add a marker to the chart in another color. Is this possible in PowerBI?
Solved! Go to Solution.
I did it like below (see PBIX attachment)
Measure1 = IF(MAX([Column1])>[MaxDate],BLANK(),SUM('Table'[Column2]))
Measure2 = IF(MAX([Column1])>EOMONTH([MaxDate],-1),SUM('Table'[Column2]),BLANK())
I did it like below (see PBIX attachment)
Measure1 = IF(MAX([Column1])>[MaxDate],BLANK(),SUM('Table'[Column2]))
Measure2 = IF(MAX([Column1])>EOMONTH([MaxDate],-1),SUM('Table'[Column2]),BLANK())
User | Count |
---|---|
117 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
171 | |
117 | |
63 | |
57 | |
51 |