Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Solved! Go to Solution.
@Anonymous
Do you have a month slicer to make the monthsum show as the correct value?
If not, I think you can try
= Divide( calculate([monthsum], FILTER(table, table[month]="December)), [REVENUSUM])
Hope this is helpful. thanks.
Proud to be a Super User!
Hi @Anonymous
Glad to hear that you've solved it, please accept your solution to close this thread.
Regards,
Cherie
@Anonymous
Try something like the following:
Measure =DIVIDE( [MONTHSUM], calculate( [REVENUESUM], all(table[MONTHS] )))
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.