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

Don'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.

Reply
Sri_phani
Helper III
Helper III

Current month scores

Hello, 

 

I am trying to add current month scores in the card visual using a measure. 

My dataset has columns - First touch resolution rate, Date and has a relationship with the Calendar table. 

 

Here is the measure I am trying to use: 

 

CM_Month Metrics =

VAR startdate = EOMONTH(TODAY(),-1)+1
VAR enddate = EOMONTH(TODAY(),0)
VAR CM_Firsttouch = Average('1_Core Raw data'[First Touch Resolution Rate])
VAR Calc = CALCULATE(CM_Firsttouch,FILTER('Calendar','Calendar'[Dates]>=startdate && 'Calendar'[Dates]<=enddate))
VAR CAL_2 = CALCULATE(CM_Firsttouch,PARALLELPERIOD('Calendar'[Dates],-1,MONTH))

RETURN
Calc

 

I tried to use 2 approches Cal, CAL_2. But both of them only give the total average of the metric instead of the monthly scores. Please help in this. 

 

Sri_phani_1-1718514339758.png

 

 

Thanks, 

Srikanth

2 REPLIES 2
Sri_phani
Helper III
Helper III

@foodd 

 

Thank you for responding, I don't see an option to change the summarization. In my entire dashboard in all the pages for all the measure, I don't see the option. 

 

Am I missing anything here? 

Sri_phani_0-1718732015021.png

 

foodd
Super User
Super User

In the Report Column Well, for each of the columns interested [1] , left click on each column down arrow to change the implicit measure from Average to Sum [2].

 

foodd_0-1718669058658.png

 

If your requirement is solved, please make THIS ANSWER a SOLUTION ✔️ and help other users find the solution quickly. Please hit the LIKE 👍 button if this comment helps you.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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