Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Data Quality Flags triggered if not:
• Last date > Yesterday's date
Solved! Go to Solution.
Hi @Praju_shu ,
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 @Praju_shu ,
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |