date filtering
3 TopicsFiltering between week end dates with two dropdown (start period and end period)
Hello community, I am facing the following problem. I want to be able to filter between two week end dates. I need to use two dropdown filter for a start and en period. Each drop down will only have the week end date (suppose every friday date). Currently PowerBI offers the possibility to filter between dates but with a slider ( which is a calnder with all dates displayed, not what I am lokking for). I found this post that tackle the issues : https://community.fabric.microsoft.com/t5/Desktop/Drop-down-box-to-filter-two-dates/m-p/1996708 However this solution does seems really efficient if I were to add a filter to each of my visualisations ? Do you have any ideas how this could be done more efficiently ? Let me know you thoughts or input about this 🤔482Views0likes1CommentHow to calculate sum of values by last date and distinct key
Hi! I have a problem where I need to calculate sum (and average) of values, by only using the last applicable date (filtered by date-filter), and only using distinct keys related to the values. Example of data: Key Value Date a 1 1.1.2023 a 2 2.1.2023 a 3 3.1.2023 b 3 10.2.2023 b 2 20.2.2023 b 1 10.5.2023 c 5 5.2.2023 c 5 6.2.2023 c 5 23.5.2023 Dates can be very randomly distributed (based on modification of data). For example if user filter date = 1.3.2023, applicable rows would be: (last rows before that point of time) a 3 3.1.2023 b 2 20.2.2023 c 5 6.2.2023 Which would return 8 for sum. I couldn't find a case with such complexity, only simpler sumx distinct examples, but I also need to dynamically consider which is the last applicable date by that point of time. Thank you Antti JärvinenSolved1.2KViews0likes3Commentshow to get the previous nonblank value
i have posted this question twice before but the provided answer did not solve the case. im trying to find the previous day closing price for stocks so that i can calulate day on day change. the problem is stock market is not open everyday and in the days when the market is closed previous day price will be blank. im using the following measure but it's not returning the intended output when i present it in card visual or in scroller custom visual previous day price1 = CALCULATE(SUM('stocks data'[Close]), OFFSET(-1,ALLSELECTED('stocks data'[Date]),ORDERBY('stocks data'[Date],ASC))) as in the image, the measure works in table visual format but doesnt give last date nonblank value in the card visual. the expected output in the card visual should be 142.16 instead of 131062.04 appreciate the support as this is an urgent matter.Solved850Views0likes2Comments