The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
86 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
95 | |
75 | |
66 | |
54 | |
53 |