Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. 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
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 |
|---|---|
| 45 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 31 | |
| 28 | |
| 24 |