Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Data Quality Flags triggered if not:
• Last date > Yesterday's date
Solved! Go to Solution.
Hi @Anonymous ,
Based on your description, I created these data.
Create measure to determine if the current date is greater than yesterday's date.
DataQualityFlag =
IF (
MAX ( 'Table'[Flag] ) = 0,
IF ( MAX ( 'Table'[LastDate] ) > TODAY () - 1, "Valid" )
)
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Based on your description, I created these data.
Create measure to determine if the current date is greater than yesterday's date.
DataQualityFlag =
IF (
MAX ( 'Table'[Flag] ) = 0,
IF ( MAX ( 'Table'[LastDate] ) > TODAY () - 1, "Valid" )
)
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Then would be quite difficult to provide a solution if you dont have any explaination or sample data related to your ask.
Please go though this link
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
I dont have sample data . I need the calculation for this last date > yesterday date
Not sure what the ask is here.
Can you please post some sample data and the expected output ?
Ok . Thank You
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 92 | |
| 69 | |
| 50 | |
| 40 | |
| 38 |