Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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.

Reply
PouxieDouxie
Frequent Visitor

How to highlight last column charts

Hello,

 

I am an intermediate in PowerBi and I need your help.

 

I am trying to get my last columns highlighted as you can see below based on current or latest month.

 

I found this DAX formula but it is only working when you have a single column.

 

Is last Period =
VAR CurrentPeriod = MAX(DIM_Calendar[Month_Year])
RETURN
IF(
    DATE(YEAR(CurrentPeriod),MONTH(CurrentPeriod),1) = DATE(YEAR(TODAY()),MONTH(TODAY()),1),
    1,
    0
)

 

this is my current view

PouxieDouxie_1-1689962470948.png

 

This is what I would like to get. (this screenshot was manually done)

PouxieDouxie_0-1689962402083.png

 

Many thanks in advance for your help. Don't hesitate if you need more details.

 

1 ACCEPTED SOLUTION
AlanFredes
Resolver IV
Resolver IV

Hi,

 

Adding conditional formating is only available when you have one series in the Column chart. If you want to custom format the Column Chart with multiple series/column you will need to use a Customizable Visualization such as Deneb (https://deneb-viz.github.io/).

This video might help you: https://www.youtube.com/watch?v=hE8R06PI0g4

 

Did I answer your question? Mark my post as a solution!

View solution in original post

2 REPLIES 2
AlanFredes
Resolver IV
Resolver IV

Hi,

 

Adding conditional formating is only available when you have one series in the Column chart. If you want to custom format the Column Chart with multiple series/column you will need to use a Customizable Visualization such as Deneb (https://deneb-viz.github.io/).

This video might help you: https://www.youtube.com/watch?v=hE8R06PI0g4

 

Did I answer your question? Mark my post as a solution!

Thank you very much for your quick reply and solution

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.