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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rajendraongole1
Super User
Super User

How to report year wise data if we have multiple years in line chart?

Hi Experts,

 

suppose i have 5 years data i have reported as trend wise. if i select on particular spike (High) . how can i report only the data for particular year?

 

suppose i have taken here line chart. one of the year reporting huge high i want to see the data for only particular year out of many back dated years?

 

Please suggest.

 

Regards,

Rajendra





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

Proud to be a Super User!





1 ACCEPTED SOLUTION

Hi @rajendraongole1 ,

 

One sample for your reference. Here we can create two measures to work on it.

 

sum1 = SUM('Table'[value])
maxxsum = 
var maxxsum = MAXX(ALL('Table'[YearMonth]),[sum1])
return
IF([sum1]=maxxsum,"max",BLANK())

Capture.PNG

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

5 REPLIES 5
v-frfei-msft
Community Support
Community Support

Hi @rajendraongole1 ,

 

Could you please share your sample data and excepted result to me if you don't have any Confidential Information.Please upload your files to One Drive and share the link here.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi

 

Pleases find the attached snapshot.

spike data year need to report.png





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

Proud to be a Super User!





Hi @rajendraongole1 ,

 

One sample for your reference. Here we can create two measures to work on it.

 

sum1 = SUM('Table'[value])
maxxsum = 
var maxxsum = MAXX(ALL('Table'[YearMonth]),[sum1])
return
IF([sum1]=maxxsum,"max",BLANK())

Capture.PNG

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Will check this solution and update you.

 

Regards,

Rajendra





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

Proud to be a Super User!





Hi @rajendraongole1 ,

 

Does that make sense? If so, kindly mark my answer as the solution to close the case please. Thanks in advance.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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