Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
Because some of the rows are not applicable based on the filter value, it does not show up in the matrix table. However, the total it displays at the bottom includes those missing data points. How do I get just the total of the lines displayed?
Solved! Go to Solution.
You may use SUMX Function to add an additonal measure.
You may use SUMX Function to add an additonal measure.
for example, the table is as below.
NPI # of patients seen (measure) Service
A 20 1.1
B 30 1.1
C 10 1.2
D 40 1.2
Service is a filter. When I select 1.1 service, the matrix shows below:
NPI # of patients seen
A 20
B 30
-----------------
Total 100 <-- this is incorrect. it displayed 100 because all 4 NPI totalled 100. However, the right total should have been 50. How woudl i get 50 there? (20+30)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!