Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have 2 filters and one slicer, and pie chart and the line graph in which i have issues with. Basically the line graph holds the count of patients over month and i want a second line for median and that should interact normally with the filters and pie chart but not the slicer.
Filters are for states and pie chart is for segments, and slicer holds each individual accounts in slicer, so if i click any one account from slicer, I want to compares its count of patients (1st line) with the median of all patient count of all account in chosen state or segment.
Second line would be a baseline for comparison. Your help would be appreciated.
Thanks!
Solved! Go to Solution.
Hello @Anonymous ,
check the attached pbix file.
Proud to be a Super User! | |
Hello @Anonymous ,
can you attach your pbix file so we could help you
Proud to be a Super User! | |
Hello @Anonymous ,
check the attached pbix file.
Proud to be a Super User! | |
Thanks, this works. For anyone looking for solution, use this measure:
Median = CALCULATE(MEDIAN(NewPatient[NewPatientsCount]),REMOVEFILTERS('Account IDs'[Account Name]))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.