Forum Discussion
two column subtraction, first value is not correct
- 3 years ago
RAKESH1986
>> Select column [PW_EARLY_CUM.1] >> Click Right Click >> Go to replace value >> Null to 0 >> Get Your Desired Output.
Thank You!
**Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! - 3 years ago
RAKESH1986
>>First Remove This Step before replase value>>#"Inserted Subtraction" = Table.AddColumn(#"Sorted Rows", "Subtraction", each [PW_EARLY_CUM] - [PW_EARLY_CUM.1] >>
RAKESH1986
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
- RAKESH19863 years agoHelper II
this data i have
have two column , need the resulf in third column
pw01 = 0.53
pw02= 1.61-0.53
pw03=2.55-1.61
need output
EARLY_PW_WK, PW_EARLY_CUM, Weekly
PW01, 0.53% ,0.53%
PW02 ,1.61%, 1.07%
PW03, 2.55% ,0.95%
PW04 ,2.89%, 0.33%
PW05, 3.44%, 0.56%
PW06 ,4.44% ,1.00%- Mahesh00163 years agoSuper User
*i hope this post help you.
**If this post helps, please consider accept as solution to help other members find it more quickly and Appreciate your Kudos.