Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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"
}
)
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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
86 | |
81 | |
70 | |
49 |
User | Count |
---|---|
143 | |
124 | |
107 | |
60 | |
55 |