Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a table with a start date and end date and other information.
I wanted to show every day between the start and end dates.
Can I do this in DAX?
The end date of the second line is wrong (2020).
-----
In Power Query, add a new column like this:
{Number.From([START_DATE])..Number.From([END_DATE])}
then expand the new column (from the header) to new rows .
Then change the column type to date.
Good luck.
Hi, HotChilli
Thanks for the help but i am in directquery data connectivity mode via oracle database and adding column only allows in import mode.
Is there a way to do it by directquery? Probably not, right? I would have to do something similar in the query from database?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |