Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Calculated column is giving wrong result

Hi,

I want to create 2 new calculated columns like follows

            incoming = if [Debit/Credit] = S  then  [amount in company code currency]

            outgoing = if [Debit/Credit] = H then  [amount in company code currenty]*-1

 

I have used the below formulas

Outgoing = IF ( SAP_BSEG[Debit / Credit]="H", SAP_BSEG[Amount in company code currency]*-1,BLANK() )
Incoming =  IF ( SAP_BSEG[Debit / Credit]="S", SAP_BSEG[Amount in company code currency],BLANK())
 
for some values it's showin the right result but for some values it's showing the wrong values like below
 
 
Capture.PNG
 
My expected result is for example
 
Capture.PNG
 
Please help me with this
 
 
 
 
1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

For your case, I think it is because the calculate column value is aggregated in the visual.

Please set them don't summarize, or change [amount in company code currency] is SUM

https://docs.microsoft.com/en-us/power-bi/service-aggregates#change-how-a-numeric-field-is-aggregated

2.JPG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

For your case, I think it is because the calculate column value is aggregated in the visual.

Please set them don't summarize, or change [amount in company code currency] is SUM

https://docs.microsoft.com/en-us/power-bi/service-aggregates#change-how-a-numeric-field-is-aggregated

2.JPG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
novilpawar
Advocate I
Advocate I

@Anonymous  Hi,

 

Are credit and debit is same as incoming and outgoing? If it is same then it should be working fine. It worked for me.

another question is Are credit and debit Calculated column or Measures?

Anonymous
Not applicable

I don't know how I am getting the wrong values, but when I used the same data in a fresh pbix file the values are coming correct but in my existing if I implement the same logic wrong values are coming.

Anonymous
Not applicable

can anyone help me how to write the below query in M language

 

Outgoing = IF ( SAP_BSEG[Debit / Credit]="H", SAP_BSEG[Amount in company code currency]*-1,BLANK() )

Anonymous
Not applicable

@Anonymous 

 

Use Table2 for Power Query solutions

 

https://1drv.ms/u/s!Ah0UhoGdkH5biiJPFN0W1s6GvEox?e=z1LTbx

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

@Anonymous ,

 

I don't how you are getting incorrect results. I used same method howver I am getting correct results.

 

https://1drv.ms/u/s!Ah0UhoGdkH5biiJPFN0W1s6GvEox?e=z1LTbx

 

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.