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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
sreddy47652
Helper II
Helper II

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  @sreddy47652 ,

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

 

 

Best Regards

Lucien

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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.