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 dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
What do I need to do so that the columns here show totals or accurate totals.....I think I need to add some sort of sum function in the Dax but not sure what that would look like. I have a custom slider for each of these 3 filters that slides from -.95 to +.95 and need to capture the total once those three slicers are utilized. Please disregard the name of the parameter, at this point I'm just trying to get the count, not the avg.
Solved! Go to Solution.
Hi @greekjgg
Try creating the following measure which references your current measure and use this new measure as a value in the matrix.
new measure =
SUMX (
VALUES ( 'ALL IT 2'[Time Classification] ),
[AVG PNT Month (Closed) Parameter TEST]
)
FYI: Obtaining accurate totals in DAX - SQLBI
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
NICE! This worked great!! Even adapting it for other calculations, thanks so much!!
Hi @greekjgg
Try creating the following measure which references your current measure and use this new measure as a value in the matrix.
new measure =
SUMX (
VALUES ( 'ALL IT 2'[Time Classification] ),
[AVG PNT Month (Closed) Parameter TEST]
)
FYI: Obtaining accurate totals in DAX - SQLBI
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
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 |
---|---|
71 | |
70 | |
43 | |
31 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |