robertdseals
Active Member
- Joined
- May 14, 2008
- Messages
- 337
- Office Version
- 2010
- Platform
- Windows
Hello all,
I’m using the most current version of power bi I have an excel dataset. I need to take a date range from the user (slicer) and uses both the minimum date from that date range and the maximum from that date range. Use these two dates to pull information from a table that counts all the rows from the beginning of the table date to the minimum date range and the beginning of the table date to the maximum date range. So, if my table starts on 1/1/2020 and the user selects 1/1/2023 - 12/31/2023 I would want to calculate how many rows from 1/1/2020 to 1/1/2023 and how many rows from 1/1/2020 to 12/31/2023. My dataset has an OrderDate column (formatted 1/1/2020). I’m pretty new at Power BI so if you are going to get too deep into the woods on parameters and such, I will need a lot of detail. ha. Thanks in advance for any assistance you can provide.
I’m using the most current version of power bi I have an excel dataset. I need to take a date range from the user (slicer) and uses both the minimum date from that date range and the maximum from that date range. Use these two dates to pull information from a table that counts all the rows from the beginning of the table date to the minimum date range and the beginning of the table date to the maximum date range. So, if my table starts on 1/1/2020 and the user selects 1/1/2023 - 12/31/2023 I would want to calculate how many rows from 1/1/2020 to 1/1/2023 and how many rows from 1/1/2020 to 12/31/2023. My dataset has an OrderDate column (formatted 1/1/2020). I’m pretty new at Power BI so if you are going to get too deep into the woods on parameters and such, I will need a lot of detail. ha. Thanks in advance for any assistance you can provide.