Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
greekjgg
Frequent Visitor

Need to summarize column with parameters

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. 

 

greekjgg_0-1706113213995.png

 

1 ACCEPTED SOLUTION
v-jingzhan-msft
Community Support
Community Support

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!

 

View solution in original post

2 REPLIES 2
greekjgg
Frequent Visitor

NICE! This worked great!! Even adapting it for other calculations, thanks so much!!

 

v-jingzhan-msft
Community Support
Community Support

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!

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.