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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
dawnc63
Helper I
Helper I

Calculated measure not showing by month

Why does this measure only show up in a table if I show all dates (daily) and not when I show the month only?

Current Period Interest =
    CALCULATE( [Daily interest],
        ALLSELECTED(Dates[Date]),
        DATESBETWEEN('Dates'[Date],STARTOFMONTH(Dates[Date]),ENDOFMONTH(Dates[Date])))
 
I'm trying to sho
 
w the total of the interest calculated for each month.
The correct daily calculated amount shows when I add the "dates" column from my dates table.
 
1 ACCEPTED SOLUTION
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, I create a table to test as follows.

r1.PNG

And I create a measure as this.

r2.PNG

The result:

r3.PNG

If you still have questions, please for free to let me know.

 

Best Regards,

Giotto Zhi

View solution in original post

2 REPLIES 2
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, I create a table to test as follows.

r1.PNG

And I create a measure as this.

r2.PNG

The result:

r3.PNG

If you still have questions, please for free to let me know.

 

Best Regards,

Giotto Zhi

Thank you for your help.  I will give it a try and report back!

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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