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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey Guys,
I know the totals in Power BI have been discussed several times, yet I'm posting this simply because I still don't understand it.
I have this table with several measures, and the total simply doesn't work.
@Anonymous You are right, I did add the wrong printscreen it seems...
Here is the correct one.
The total of # Digitaal Ja E-mail Bekend is incorrect.
The formula for this measure is:
Hi @Anonymous
You can refer to the information I offered above.You can create a new measure
e.g
Note:For the example, I add a name to your first column.
Measure=SUMX(VALUES('Totaaloverzicht Fondsen'[Type]),[# Digitaal JA E-mail Bekend])
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
It is not known from the picture you provided which total you are referring to does not work
If you are referring to the [% Digitaal Ja E-mail Bekend] sum, perhaps you can refer to the following measures
Note:For the example, I add a name to your first column.
% Digitaal Ja E-mail Bekend = SUMX(VALUES('Totaaloverzicht Fondsen'[Type]),[# Digitaal JA E-mail Bekend]/[Totaal])
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.