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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
jeo
Regular Visitor

How do i show a month data and a year data in the same graph?

Hi all,

 

I want to put a data for monthly and a data for yearly i the same line grah. The yearly data will be divided by the number of months which is wrong.
Screenshot 2024-05-23 095622.pngThis is what the graph is currently showing.Screenshot 2024-05-24 084020.pngThis is what i want it to show

 

Regards,
Jeo

1 REPLY 1
amitchandak
Super User
Super User

@jeo , Ideally you should use removefilter of all to make monthly data yearly

 

example

calculate([Meausre], removefilters(date[Month])

 

or

example

calculate(Averagex(Values(Date[Month Year]), [Meausre]) , removefilters(date[Month])

 

You can put logic to show value only in June

 

If( Month(Max(Date[Date]) ) =6, calculate(Averagex(Values(Date[Month Year]), [Meausre]) , removefilters(date[Month]), blank() )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.