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
Anonymous
Not applicable

Monthly Report

Hi

New to Power BI so very limited knowledge to none at all.

I have my data source from excel - I just need to compile a YTD report, which I have done. Now I would like a monthly report that will generated to report that month's figures, which I just can't figure out.

I have the datetype as DD Month and YYYY (06 July 2022).

Any direction, assistance will be greatly appreciated.




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

Hi @Anonymous ,

 

According to this——Now I would like a monthly report that will generated to report that month's figures.

Please try:

Measure = CALCULATE(SUM('Table'[Value]),FILTER('Table',DATEDIFF('Table'[Date],TODAY(),MONTH)=0))

Eyelyn9_0-1657519524404.png

 

Best Regards,
Eyelyn Qin
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

4 REPLIES 4
v-eqin-msft
Community Support
Community Support

Hi @Anonymous ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.

 

Best Regards,
Eyelyn Qin

Anonymous
Not applicable

yes, sorry my bad.

v-eqin-msft
Community Support
Community Support

Hi @Anonymous ,

 

According to this——Now I would like a monthly report that will generated to report that month's figures.

Please try:

Measure = CALCULATE(SUM('Table'[Value]),FILTER('Table',DATEDIFF('Table'[Date],TODAY(),MONTH)=0))

Eyelyn9_0-1657519524404.png

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , Try to mark this as date column.

After then with help from Time intelligence and date table

YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD('Date'[Date],"12/31"))

 

Power BI — Year on Year with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a
https://www.youtube.com/watch?v=km41KfM_0uA

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.