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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
ajay_gajree
Helper I
Helper I

Power BI Desktop: DAX expression to calculate the no. of rows in my Table for Last Month

No. of Breaches Last Month = CALCULATE(
                                COUNTROWS(Breaches),
                                PREVIOUSMONTH('Fiscal Calendar'[Date])
                                )

Hi All

 

I am trying to calculate the number of rows in my table for last month only using a measure.

 

My DAX above is returning Blank, when there is a number

 

Any obvious error? 

 

Thx in advance!

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

HI @ajay_gajree ,

You can try to use date function to manually defined date range filter instead to use time intelligence functions.

Time Intelligence "The Hard Way" (TITHW)

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

HI @ajay_gajree ,

You can try to use date function to manually defined date range filter instead to use time intelligence functions.

Time Intelligence "The Hard Way" (TITHW)

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

@ajay_gajree  - PREVIOUSMONTH needs to have an input (filter context). If you put your calculation into a table with months, No. of Breaches in Month (straight COUNTROWS calculation) and No. of Breaches Last Month, you will be able to compare the values. 

If you want to see the value in a card, you will need to filter/slice the page to the current month.

Hope this helps,

Nathan

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!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.