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
successken
Regular Visitor

Bi-Monthly Reports

I know how to utilize the timeframe reporting for monthly, quarterly and yearly. Is there a way to set this up for bi-monthly?

1 ACCEPTED SOLUTION

@successken

 

Try a measure as

Measure =
CALCULATE ( SUM ( Table2[amt] ), PREVIOUSMONTH ( 'Table2'[Date] ) )
    + CALCULATE ( SUM ( Table2[amt] ), DATESMTD ( 'Table2'[Date] ) )

Capture.PNG

 

Capture.PNG

View solution in original post

4 REPLIES 4
Eric_Zhang
Employee
Employee

@successken

 

How would you like to set that for bi-monthly? I believe some tricky measures can achieve your goal. Please be more specific on your scenario.

My intention is to create a MTD scenerio but based on a bi-monthly basis. For example: instead of a MTD for August and a MTD for September I would like to create a timeframe Bi-MTD for August and September. This will be used for sales, units and other measurable stats.

@successken

 

Try a measure as

Measure =
CALCULATE ( SUM ( Table2[amt] ), PREVIOUSMONTH ( 'Table2'[Date] ) )
    + CALCULATE ( SUM ( Table2[amt] ), DATESMTD ( 'Table2'[Date] ) )

Capture.PNG

 

Capture.PNG

tjd
Impactful Individual
Impactful Individual

You could try using a calculated column for something like "Last 15 days" and then use that column as a filter for your data.

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.