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.
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]))