Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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]))
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
58 | |
36 | |
35 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |