The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi guys,
In my Fabric Dataset, I have a dimDate table which coming from a csv file, and after looking at the content, it does not have a column with Date type.
As I'm using this dataset in Power BI Desktop, so I tried to solve this by create new column to table by using function DATE(year, month, day), give the column name "Date"
So when I have this new column "Date", I think I can mark my table as date table. Although it is validated sucessfully I received this error ->
and this after click "Ok"
After googling, found this "old" thread in this forum as well -> https://community.fabric.microsoft.com/t5/Desktop/Not-able-to-click-OK-in-Mark-as-date-table-dialogu...
which mentioned that we need to switch the storage mode to Dual. First of all, am I right to say this is mean Mixed mode ?
But actually my model already Mixed, although the Date table it self is "DirectQuery" and it looks like I cannot change it.
May I know how to solve this ?
Thanks.
Solved! Go to Solution.
Hi @KenMann
The calculated column is based on other columns, so it cannnot be set as a primary key, but you can refer to the following soution.
Create a calcualted table, use the date calculated column you have created.
e.g
Table=Summarize('Dates',[Date])
Then you can set this [Date] column of the new table as a Date table, it can work. and you can refer to the following attachments.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @KenMann
The calculated column is based on other columns, so it cannnot be set as a primary key, but you can refer to the following soution.
Create a calcualted table, use the date calculated column you have created.
e.g
Table=Summarize('Dates',[Date])
Then you can set this [Date] column of the new table as a Date table, it can work. and you can refer to the following attachments.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Create your date column in Power Query, not in DAX.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
180 | |
52 | |
38 | |
28 | |
25 |