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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Sum of count for 24 months

Hello,

 

I need  help to solve the problem I am facing.

 

alpha_123_0-1634620103094.png

I have a slicer with year. When  I select two year the a time, I want to see the sum of count of Movement Type for same Material.

Example, For Material -100000, count of Movement Type is 2 for the year 2017 and count of Movement Type is 4 for the year 2018, While I select both 2017 & 2018 from the slicer I want to see the sum of count of Movement Type  2 & 4 for the Material -100000.

 

Can anyone help me with this?

4 REPLIES 4
VahidDM
Super User
Super User

Hi @Anonymous 

 

If year and Material are from same table and there is no other filter, then Try this:

 

Measure = count(table[Material])

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!!

 

Anonymous
Not applicable

Hi @VahidDM , I need to do sum of count of Movement Type for two years when I select them from slicer

Hi, @Anonymous 

Replace you field 'count of movement type' with a new measure as below:

 

Measure = CALCULATE(COUNT('Table'[MovementType]),FILTER('Table','Table'[Year] in VALUES('Table 2'[Year])))

 

If it doesn't meet you requirement ,please share your sample file or relevant screenshot.

 

Best Regards,
Community Support Team _ Eason

Is that "count of Movement Type"  a measure or a column?

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.