User Profile
azj5001
New Member
Joined 7 years ago
User Widgets
Contributions
Matriz acumulativa (valor igual para todas las filas que me dan total)
Estoy tratando de averiguar cómo hacer un total de conmulative en una matriz. Mi objetivo es tener junio - mayo + junio; Julio - Mayo + Junio + Julio, etc. Encontré algunas soluciones en línea, pero he chocado contra una pared de ladrillos. Estoy tratando de obtener un total de commulative por marca por mes, pero estoy obteniendo el mismo resultado para cada fila. He buscado y probado algunas cosas durante las últimas horas, pero no puedo fijar lo que estoy haciendo mal. He leído artículos, publicaciones, etc., pero no puedo entender esto. ¿Supongo que tiene que ver con Dates? La primera vez que publica, espero que esta sea suficiente información para apuntarme en la dirección correcta o resolver mi problema. - Alex Ending Inv = CALCULATE( SUM('Planning Model (POs - SO& NRP)'[POs (units]), FILTER( ALL('Planning Model (POs - SO& NRP)'), 'Planning Model (POs - SO& NRP)'[Month] <= MAX('Planning Model (POs - SO& NRP)'[Month]) ) ) Estos son los resultados:400Views0likes2CommentsCumulative matrix (Value same for all rows giving me total)
I'm trying to figure out how to do a commulative total in a matrix. My goal is to have June = May+June; July =May+June+July etc. I found some solutions online but I've hit a brick wall. I'm trying to get a commulative total by brand by month, but I'm getting the same result for each row. I've searches around and tried a few things for the past couple of hours, but can't seem to pin point what I'm doing wrong. I've read articles, posts, etc but can't seem to figure this one out. I'm guessing it has to do with Dates? First time posting, hopefully this is enough information to either point me in the right direction or solve my issue. - Alex Ending Inv = CALCULATE( SUM('Planning Model (POs - SO& NRP)'[POs (units]), FILTER( ALL('Planning Model (POs - SO& NRP)'), 'Planning Model (POs - SO& NRP)'[Month] <= MAX('Planning Model (POs - SO& NRP)'[Month]) ) ) Here are the results:Solved742Views0likes2Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.