Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
if i have the following table like this
how the calculate the number of "defect " that found more than 30 days ago, please help
Solved! Go to Solution.
You have try a measure like
calculate(countrows(table), filter(table,Table[Date]<=today()-30))
calculate(countrows(table), filter(all(table),Table[Date]<=today()-30))
calculate(countrows(table), filter(all(table),Table[Date]<=<=selectedvalue(Date[Date])-30))
You have try a measure like
calculate(countrows(table), filter(table,Table[Date]<=today()-30))
calculate(countrows(table), filter(all(table),Table[Date]<=today()-30))
calculate(countrows(table), filter(all(table),Table[Date]<=<=selectedvalue(Date[Date])-30))
Hi @MostafaGamal ,
Few questions:
Try posting a sample input with expected output. This will help in understanding the issue clearly.
Thanks,
Pragati
I mean the date the defect was found, i want to know the no. of defects that has been on the system for more than 30 days
not the defects that found in last 30 days, i expect a table with no. of defects againts department but they must be found in the system for more than 30 days
User | Count |
---|---|
73 | |
73 | |
39 | |
25 | |
23 |
User | Count |
---|---|
96 | |
93 | |
51 | |
43 | |
42 |