This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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/2019 until today which is fine - then essentially data from 2 other locations also in this table against the date they fall on, again no issues here.
However I now need to do a calculation across both of the columns to give me a figure by the Month & Year as a total. It currently only works out on the specific day.
DPPM = 'DPPM'[NCR Count]/'DPPM'[Delivered Parts]*1000000
Thanks
Solved! Go to Solution.
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.
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.
Thanks so much!! Learn something new everyday 🙂
You are welcome.
Please provide sample data in usable format (not as a picture) and show the expected outcome.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |