The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
122 | |
88 | |
75 | |
55 | |
45 |
User | Count |
---|---|
135 | |
121 | |
77 | |
65 | |
64 |