Forum Discussion

SunilRaj's avatar
SunilRaj
Frequent Visitor
4 years ago

need help we are getting issue in to exclude that data which already count in previous month .

Hello ,

Please help as we are trying to create Power BI Report . we are getting issue in to exclude that data which already count in previous month .

select count(distinct tax_payer_no_own), tax_centre_no
from prop_owner_detail prop_det,tax_payer
where TRUNC(prop_det.enter_date)between'01-jan-2014'and'31-dec-2022'
and tax_payer.tax_payer_no= prop_det.tax_payer_no_own
and prop_det.tax_Payer_no not in
(select tax_Payer_no from prop_owner_detail where TRUNC(enter_date)<'01-jan-2012'AND fl_principal='Y')
and fl_principal='Y'

6 Replies

  • Please provide sanitized sample data that fully covers your issue. I cannot help you without usable sample data.
    Please paste the data into a table in your post or use one of the file services like OneDrive or Google Drive. I cannot use screenshots of your source data.
    Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.

    https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

    • SunilRaj's avatar
      SunilRaj
      Frequent Visitor

      Please help as we are trying to create Power BI Report . we are getting issue in to exclude that data which already count in previous  .

       

       

      PROP_OWNER_DETAIL_NOTAX_PAYER_NO_OWNTAX_PAYER_NOENTER_DATETAX_PAYER_NO
      45506016732801442901/6/201244290
      454940139478442901/6/201244290
      455000148324442901/6/201244290
      550540131556442901/16/201444290
      765740112451401442907/23/201844290
      830920113793801442902/13/202044290