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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
joshua1990
Post Prodigy
Post Prodigy

Value for current Fiscal Month regardless the filter

Hello everyone!

I have a matrix with different measures.

In total there are 5 measures. 4 measures based on the current fiscal week. For this purpose I have a filter on this visual with the current month (TRUE/ FALSE). The last measure should sum up all values for the current MONTH.

But how is this possible, since I have a filter for the current week for the visual?

The measure is something like SUM ( Sales[Sales]).

I allready have the current month column in the calendar. Our fiscal months have specific start and end dates - if this is a useful information.

 

Best Regards

1 ACCEPTED SOLUTION
Anonymous
Not applicable

// Assumptions:
// You've got a stand-alone Calendar table
// that is a date table marked as such
// in the model. [Base Measure] is the
// measure you want to calculate over
// the current month. 'Calendar'[Current Month]
// is a TRUE/FALSE field in Calendar
// marking with TRUE the days that belong to
// the current (fiscal?) month.

[Base Measure for Current Month] =
CALCULATE(
    [Base Measure],
    'Calendar'[Current Month],
    ALL( 'Calendar' )
)

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

// Assumptions:
// You've got a stand-alone Calendar table
// that is a date table marked as such
// in the model. [Base Measure] is the
// measure you want to calculate over
// the current month. 'Calendar'[Current Month]
// is a TRUE/FALSE field in Calendar
// marking with TRUE the days that belong to
// the current (fiscal?) month.

[Base Measure for Current Month] =
CALCULATE(
    [Base Measure],
    'Calendar'[Current Month],
    ALL( 'Calendar' )
)
harshnathani
Community Champion
Community Champion

Hi @joshua1990 ,

 

Please see this post regarding How to Get Your Question Answered Quickly:

https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

Can you share some sample data or screenshots of your visualization.

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.