Forum Discussion
Measure to analyze current date vs record dates
- 5 years ago
Hey kramaswamy
I think this one will help you better
https://community.powerbi.com/t5/Desktop/dax-how-to-count-open-tickets/m-p/100614
Did I answer your question? Please mark this as solution
Best Regards
Jay Patel
iXpert Analytics
Actually - now that I think about it some more, it occurs to me that this information might not really even be possible, since it wouldn't really make any sense to roll that info up - IE, if in my previous example I wanted to see one record show up for 01 Oct 2020 and two for 14 Oct 2020, I would have to decide how the month of October should handle that info, and likewise, how it continues rolling up to higher levels.
Is that something I can program as part of the measure? I know that I can use ISINSCOPE to decide which stat is being presented - I suppose I'd have to use a different stat to display depending on what is being analysed? IE, if I were looking at the daily data, I'd see what I had described in my post, whereas if I were looking at monthly/quarterly/annually, I would, for example, take the day with the highest value within that month/quarter/year?
- iXpert_info5 years ago
Helper II
Hey kramaswamy
I think this one will help you better
https://community.powerbi.com/t5/Desktop/dax-how-to-count-open-tickets/m-p/100614
Did I answer your question? Please mark this as solution
Best Regards
Jay Patel
iXpert Analytics- kramaswamy5 years agoFrequent Visitor
Definitely points me in the right direction. Thank you!