Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Main objective: Display sum of all plan's enrollment from slicer group on a scatter plot with play axis.
Dataset looks like: Tbl Name: Plan_Year
Plan number | Plan Type | Parent Name | Enrollment | Year
XXXXXXXX | Annual | ABC Inc. | 1234 | 2017
I created a measure to sum up the Enrollment over slicers for Plan Type and Parent Name.
Just use
Enrollment Sum of Selected = SUM(Plan_Year[Enrollment ]).
then power BI will take care rest.
If you are Visual as Date, it will calculate accordingly based on date.
if you are Visual has Plan only, then calculate Sum for a given plan.
I should say that Details of the Scatter Chart contains the Plan Number. That measure would only show each Plan Number's Enrollment over the years when I need each plan to show the sum of all Plan Number's Enrollment in that given Year and filter set.
User | Count |
---|---|
94 | |
92 | |
84 | |
83 | |
49 |
User | Count |
---|---|
150 | |
146 | |
112 | |
73 | |
56 |