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
Hi, don't know if this is possible, but im trying to shade the background(Grey) of one specific quarter in a line graph. Trying to highlight the current quarter in a specific set of periods to help end-users understand which is the current quarter.
Any thoughts, or work arounds would be greatly appreciated!
Solved! Go to Solution.
Hi, @asalazarjr
You can try 'line and clustered chart'.
Use the value of the background height as the column value , and create a new measure to dynamically set the data color of the column.
Data colors of default color =
IF (
YEAR ( TODAY () ) = SELECTEDVALUE ( Table1[Date].[Year] )&&
QUARTER ( TODAY () ) = SELECTEDVALUE ( Table1[Date].[QuarterNo] ),
1,
0
)
Reduce the inner padding to 0, you can get a similar visual.
Please check my sample file for more details.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @asalazarjr
You can try 'line and clustered chart'.
Use the value of the background height as the column value , and create a new measure to dynamically set the data color of the column.
Data colors of default color =
IF (
YEAR ( TODAY () ) = SELECTEDVALUE ( Table1[Date].[Year] )&&
QUARTER ( TODAY () ) = SELECTEDVALUE ( Table1[Date].[QuarterNo] ),
1,
0
)
Reduce the inner padding to 0, you can get a similar visual.
Please check my sample file for more details.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@asalazarjr
Check this video, hope it can be adapted for your scenario.
https://www.youtube.com/watch?v=Ds8Twy4VvzU
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
165 | |
116 | |
63 | |
57 | |
50 |