Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin 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.
Please how do i sum up the columns in yellow? the total is coming up as the total of 1997(201 and 63) instead of the entire sum from 1981. The column numbers were derived from a formula, the columns DO NOT appear on the table.
Solved! Go to Solution.
hi @Vizbaby ,
Try creating the measure below and replace with the table name in the model:
Sumx over years =
SUMX(
VALUES('ALLYEARVALUETABLE'[ALLYEAR]),
[ActiveMembersCount]
)
if this doesn't resolve the issue, please provide a sample input masking sensitive data
Youre amazing. Thank You🙌
hi @Vizbaby ,
Try creating the measure below and replace with the table name in the model:
Sumx over years =
SUMX(
VALUES('ALLYEARVALUETABLE'[ALLYEAR]),
[ActiveMembersCount]
)
if this doesn't resolve the issue, please provide a sample input masking sensitive data
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
15 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
22 | |
11 | |
10 | |
10 | |
8 |