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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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() )

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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