Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Proud to be a Super User! | |
Solved! Go to 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())
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.
Hi
Pleases find the attached snapshot.
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())
Will check this solution and update you.
Regards,
Rajendra
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.
User | Count |
---|---|
77 | |
76 | |
44 | |
30 | |
26 |
User | Count |
---|---|
97 | |
91 | |
52 | |
47 | |
46 |