Forum Discussion
alann_contreras
5 years agoNew Member
How accommodate time measure in table or matrix
Hi guys, I hope you´re doing great!! I need your help for the next problem. I have this data table: I would like to have a view for the table or “matrix” that I can s...
- 5 years ago
Hi alann_contreras ,
Try the following formula:
measure = DIVIDE( SUM(FCompras [Venta]), CALCULATE( SUM(FCompras [Venta]), ALL(DCalendario), SAMEPERIODLASTYEAR (DCalendario[Date]) ) ) - 1If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
AllisonKennedy
Community Champion
5 years agoalann_contreras I'm not sure if I fully understand what you need, but have you tried DATESINPERIOD?