Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello,
I am trying to enter a new measure where I want to calculate a monthly usage based on a total annual number.
The column is called "Units Sold Sum" which I want to divide by 12.
The Units sold sum is already grouped and there are filter on the page.
Solved! Go to Solution.
@bassplayer-nld , In measure you have use sum
Measure = Sum([Units Sold Sum])/12
I have written this for target, but that may work in your case
#PowerBI Distributing/Allocating the Yearly Target(Convert to Daily Target): Measure ( Daily/YTD): Magic of CLOSINGBALANCEYEAR With TOTALYTD/DATESYTD: https://community.powerbi.com/t5/Community-Blog/Power-BI-Distributing-Allocating-the-Yearly-Target-C...
Hi @bassplayer-nld ,
In measure, you need to use a summarisation on column name like SUM, MAX, etc.
You can also try using DIVIDE function.
Measure = DIVIDE(SUM([Units Sold Sum]), 12, 0)
Thanks,
Pragati
Hi @bassplayer-nld ,
In measure, you need to use a summarisation on column name like SUM, MAX, etc.
You can also try using DIVIDE function.
Measure = DIVIDE(SUM([Units Sold Sum]), 12, 0)
Thanks,
Pragati
@bassplayer-nld , In measure you have use sum
Measure = Sum([Units Sold Sum])/12
I have written this for target, but that may work in your case
#PowerBI Distributing/Allocating the Yearly Target(Convert to Daily Target): Measure ( Daily/YTD): Magic of CLOSINGBALANCEYEAR With TOTALYTD/DATESYTD: https://community.powerbi.com/t5/Community-Blog/Power-BI-Distributing-Allocating-the-Yearly-Target-C...
Thank you
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 40 | |
| 39 | |
| 31 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 67 | |
| 58 | |
| 29 | |
| 27 | |
| 25 |