Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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())
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
56 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
39 |