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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
prashantnegi
Frequent Visitor

QTD and cumulative QTD

Hello All,

I am a beginner of PowerBI. I have some data like:

Emp Name     Skill Name      Updated Date
Raj                  Skill 1             06-Aug-2017
Rahul              Skill 2            12-May-2018
Manoj             Skill 1           06-Apr-2019
Roy                 Skill 2           09-June-2019

 

From above data I want to display QTD of skills count and cumulative QTD skill count (current QTD count + all previous QTD count(without date consideration)).

 

Also can I see the top 5 skills(count) in graph or pie chart by clicking on QTD?

Total QTD = TOTALQTD(count(table1[Skill Name]),table1[Updated Date])

Above measure gives QTD skill count for quarter but dont know how to add cumulative skills count to that QTD? Please help.

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

hi, @prashantnegi 

You could get it just by this formula:

cumulative skills count = CALCULATE(count(table1[Skill Name]),FILTER(ALL(Table1),table1[Updated Date]<=MAX(Table1[Updated Date])))

Best Regards,

Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi, @prashantnegi 

You could get it just by this formula:

cumulative skills count = CALCULATE(count(table1[Skill Name]),FILTER(ALL(Table1),table1[Updated Date]<=MAX(Table1[Updated Date])))

Best Regards,

Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.