This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello,
I'm using the dot plot by MAQ Software to plot dates and I'd like to add a reference line or a marker to indicate the current date. Is this possible to do in this chart type? Here are some examples to clarify.
Solved! Go to Solution.
Hi @Anonymous ,
Your demand is a good idea, while it is not supported to implement vertical reference line in Power BI currently. You can post your new idea here https://ideas.powerbi.com/forums/265200-power-bi-ideas , to improve the Power BI.
It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.
To work around the issue, you can try to use "line and stacked column chart" visual, and create measure Reference line like DAX below.
Reference line= IF(SELECTEDVALUE(Table1[Date])=TODAY(),MAXX (ALL(Table1[Date]), MAX(Table1[Sales] ))
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Your demand is a good idea, while it is not supported to implement vertical reference line in Power BI currently. You can post your new idea here https://ideas.powerbi.com/forums/265200-power-bi-ideas , to improve the Power BI.
It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.
To work around the issue, you can try to use "line and stacked column chart" visual, and create measure Reference line like DAX below.
Reference line= IF(SELECTEDVALUE(Table1[Date])=TODAY(),MAXX (ALL(Table1[Date]), MAX(Table1[Sales] ))
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 26 | |
| 25 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 26 | |
| 20 | |
| 19 |