Forum Discussion
Dynamic Inventory Age Tracker
Having some difficulty understanding exactly what you are going for here but maybe take a look at these two Quick Measures as I think you want something like them.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364
https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Billing/m-p/409365
- ageraci7 years agoFrequent Visitor
Thank you for the input, I am going to see what happens with those as a possible solution. I also edited my question with a little bit more information.
- ageraci7 years agoFrequent Visitor
Greg,
Is my understanding correct that your solutions are generating tables in memory as opposed to the possible other solution posted here:
Which is actually creating a table and running from that newly generated table.
Do you have any idea of the efficiency of that method with large datasets vs. your method? I'm just trying to figure out which method I should actually go for and if it's worth it for me to do the work to figure out how to convert your suggested solutions to my needs.