Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
13 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
20 | |
14 | |
11 | |
10 | |
10 |