Forum Discussion
Excel Countifs Vs PowerBI Countrows
- Anonymous3 years ago
Hi Anonymous ,
Thanks for granting the permission to access the file, now I can access it successfully. As checked the file, please update the formula of calculated column [Column9_PBIequi] as below and you can get the expected result...
Column9_PBIequi = IF ( 'Dummy data'[Column8_PBIequi] = 1, IF ( COUNTROWS ( FILTER ( 'Dummy data', 'Dummy data'[Column2] <> BLANK () && 'Dummy data'[Column2] = EARLIER ( 'Dummy data'[Column2] ) && 'Dummy data'[Date] > EARLIER ( 'Dummy data'[Date] ) && 'Dummy data'[Date] <= EARLIER ( 'Dummy data'[Date] ) + 2 && 'Dummy data'[Column8_PBIequi] = 0 ) ) > 0, 1, 0 ), 0 )Best Regards
Hi Anonymous ,
If I understand correctly, you are trying to get the count of rows which fulfill some special conditions in Power BI. But the return result(26) in Power BI is different with the one(13) in Excel. And as checked the formula of your created calculated column [Called back] seems OK. In order to get a better understanding on your problem and give you a suitable solution shortly, could you please provide the following info? It would be helpful to find out the solution. Thank you.
- 'Column Y in excel is corresond to 'Claims Epic - Interactions Report'[VoiceAICont_aftr]?
- Column G in excel is correspond to 'Claims Epic - Interactions Report'[ANI] in Power BI?
- Column E in excel is correspond to 'Claims Epic - Interactions Report'[Date] in Power BI?
- The value of 'VAContain NewM'!$E$2 in excel is always equal to 2? 180294 is the line number for per column?
- Could you please provide some sample data in these columns of excel?
It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
- Anonymous3 years agoNot applicable
Kindly see my response above