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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Valid Entries at the end of Month

Hi Team, I need dax formula to calucalte all valid entries at the end of the month/Quarter/year on trends. This data i need to show on bar chart when user go to Month/Quarter/Year level i want to show valid entries on that respective month/Quarter/Year. I am using below formula but i am missing few of the entries on my data. Can anyone help me how to get valid entries.

Valid Entries =

VAR MAXDate = MAX(Table[SubmissionDate] )

RETURN

CALCULATE(

    COUNTROWS(Table) ,

    ALL(Table), Table[SubmissionDate] <= MAXDate ,

    Table[ReviewStatus] IN {"Registered",

"Rejected"

            }

)

 

2 REPLIES 2
v-luwang-msft
Community Support
Community Support

Hi  @Anonymous ,

Pls share your pbix file ,remember to remove confidential data.

 

 

Best Regards

Lucien

Anonymous
Not applicable

@v-luwang-msft  sent pbix file to you , Please have a look and let me know if you need any information.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.