Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
77 | |
75 | |
46 | |
31 | |
28 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |