Forum Discussion
Custom column
Hi Anonymous ,
Create a Calculated Column
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
- Anonymous6 years agoNot applicable
Hi Anonymous thanks!
There are, however, to issues with this column:
- md_to3 and md_to4 should be equal to Total Depthm4 and Total Depthm5 respectively
- md_to16 (9726,71) is not copied/added to the Total Depthm column.
- Anonymous6 years agoNot applicable
Hi Anonymous ,
Make sure that the values are in Don't Summarize form
Use this formula for Calculated Column
Total Depthm =SWITCH(TRUE(),'Table'[stepNo] = 1 , 'Table'[Depth from m],'Table'[stepNo] = 2, 'Table'[depth to m],CALCULATE(MAX('Table'[depth to m]),FILTER('Table','Table'[stepNo] = EARLIER('Table'[stepNo]) - 1)))Also add a blank row will step no to have the last value shown.Regards,
Harsh NathaniDid I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
- Anonymous6 years agoNot applicable
Anonymous What if I wouldn't like to change the original data in Query. Can it be done via measure/column in report visualization?