Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi
I have a report with a start data and then a column with the date difference to the current date. I then want a column that that shows any dates that are within 42 days of the start date and the other cells that are ove this are blank
| Start Date | Days Since Start Date |
| 01/01/2023 | 11 |
| 01/01/2022 | |
| 28/12/2022 | 15 |
any help is appreciated
thanks
Solved! Go to Solution.
Hi @WJ876400,
It sounds like a common multiple date range analysis requirements, I'd like to suggest you take a look at the Greg’s blog 'start date', 'end date' parts or add the end date and create a expand table with detail records to mapping with raw table records.
Solved: Spread revenue across period based on start and en... - Microsoft Power BI Community
Regards,
Xiaoxin Sheng
Hi,
Write this calculated column formula
=if(Data[Start date]>42,blank(),today()-Data[Start date])
Hope this helps.
Hi,
Write this calculated column formula
=if(Data[Start date]>42,blank(),today()-Data[Start date])
Hope this helps.
Hi @WJ876400,
It sounds like a common multiple date range analysis requirements, I'd like to suggest you take a look at the Greg’s blog 'start date', 'end date' parts or add the end date and create a expand table with detail records to mapping with raw table records.
Solved: Spread revenue across period based on start and en... - Microsoft Power BI Community
Regards,
Xiaoxin Sheng
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 33 | |
| 32 | |
| 31 | |
| 26 |
| User | Count |
|---|---|
| 134 | |
| 96 | |
| 78 | |
| 67 | |
| 65 |