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
Hi,
I have 3 measures to compute new defects found, defect rectified and Cumulative O/S defects. The codes for each individual is shown as below:
New Defects Found =
COUNTROWS('Master Defect List PowerBI')
Defect Rectified =
@Johnson_Ang , You have remove the join with created date(assumes that is used for new defect and is having active join )
Cumulative OS Defects =
CALCULATE(
COUNTA('Master Defect List PowerBI'[STATUS]),
'Master Defect List PowerBI'[STATUS] IN { "IN PROGRESS" },
crossfilter('Master Defect List PowerBI'[Created Date], 'Date'[Date]), none) )
example
Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
)
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!