Forum Discussion
Importing Data size
- 6 years ago
Hi Anonymous ,
P1:
Data Model Limitations in Power BI Desktop(Dataset is a concept in Power BI Service)
P2:
You can show the data by weekly.
Here’s my original data.I created two columns and show values by weekly.
Year = YEAR([Date]) Week = WEEKNUM([Date])Note: WEEKNUM() function Returns the week number for the given date and year according to the return_type value. The week number indicates where the week falls numerically within a year.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
P1:
Data Model Limitations in Power BI Desktop
(Dataset is a concept in Power BI Service)
P2:
You can show the data by weekly.
Here’s my original data.
I created two columns and show values by weekly.
Year = YEAR([Date])
Week = WEEKNUM([Date])
Note: WEEKNUM() function Returns the week number for the given date and year according to the return_type value. The week number indicates where the week falls numerically within a year.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.