Forum Discussion
Jackbaz99
5 years agoHelper I
Calculation by Month and Year using Multiple Columns
Hi, Ive been using Power BI for a while now but ive come across an issue that on paper should be simple but i am struggling. I have a date table & column where it is in date order from 01/01/...
- 5 years ago
Hi,
DPPM should be a measure, not a calculated column formula. Also, to your visual, drag Year/Month/Date from the Date Table. Lastly, please modify your measure to:
DPPM = DIVIDE(SUM('DPPM'[NCR Count]),SUM('DPPM'[Delivered Parts]))*1000000Hope this helps.
Ashish_Mathur
5 years agoSuper User
Hi,
DPPM should be a measure, not a calculated column formula. Also, to your visual, drag Year/Month/Date from the Date Table. Lastly, please modify your measure to:
DPPM = DIVIDE(SUM('DPPM'[NCR Count]),SUM('DPPM'[Delivered Parts]))*1000000
Hope this helps.
- Jackbaz995 years agoHelper I
Thanks so much!! Learn something new everyday 🙂
- Ashish_Mathur5 years agoSuper User
You are welcome.