Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Sorry for stupid question in advance- i have to create a new table, only using dax, name it and name the column (for dates since
January,1,2019 to February,1,2019).
Is it a way i can do it using DAX?
Tried
I guess you're trying to do this
Thank you! Could you also tell me, how can I use it in one DAX query?
I need to create this table and instantly combine it with another table with sales:
Initial data:
Date | Sales |
1Jan | 3 |
3Jan | 6 |
5Jan | 7 |
I need to receive as a result:
Date | Sales |
1Jan | 3 |
2Jan | 0 |
3Jan | 6 |
4Jan | 0 |
5Jan | 7 |
6Jan | 0 |
7Jan | 0 |
and I have to create and use a table with dates in one dax query
go to the table view in Power BI (second icon), then click "New table" and enter the DAX code for the table that you want, incuding the additional columns.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
8 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
9 |