Forum Discussion
need help with calculation
- Anonymous6 years ago
Hi zoupie ,
Check the document about how to create calculated column.
https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-create-calculated-columns
In addition, I don't quite understand what your mean "This is more of the downsteam table".
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi zoupie ,
Create a calculated column yearmonth as x-axis.
yearmonth = FORMAT('Table'[SO_START_DATE],"YYYYMM")Create measure as below.
Measure = CALCULATE(SUM('Table'[SO_JOB_SEQ]),FILTER(ALLEXCEPT('Table','Table'[yearmonth]),'Table'[SO_STATUS_NAME]="FINISHED"))/CALCULATE(SUM('Table'[SO_JOB_SEQ]),ALLEXCEPT('Table','Table'[yearmonth]))Check if the result is what you want.
If not, let me know.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
sorry new to this formula builder. I am trying yearmonth. not working
yearmonth = FORMAT('vw_datamart_Activities'[dt_start],"YYYYMM")
This is more of the downsteam table
feel free to adjust our dashboard. AppWorx_Azure
- Anonymous6 years agoNot applicable
Hi zoupie ,
Check the document about how to create calculated column.
https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-create-calculated-columns
In addition, I don't quite understand what your mean "This is more of the downsteam table".
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.