Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Importing Data size

Hello everybody😊

I am new to Power BI

I have just started my first Power BI project.

 

My problem is:

1.  I imported data from Dynamics 365 Database. But data size is 1.1GB after cleansing all the unnessessary columns.

 I heard importing data untill 1.2GB is OK to Power BI DESKTOP. 

But i am confusing that this data is just 2019 data and it will be refreshed later like bringing  2020, 2021... datas.

So data will be increased.

So, Is it ok if I start my project with this 1.1 GB dataset.?

 

2. My data showed by daily. Is it possible to show it by Weekly?🙄

 

 

Help please, i am the only one Power BI staff in my company. ;(🤔🙄

 

Thank you 🤗🤗

1 ACCEPTED SOLUTION
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

P1:
Data Model Limitations in Power BI Desktop  

dataset limitations  

(Dataset is a concept in Power BI Service)

 

P2:

You can show the data by weekly.
Here’s my original data.

b2.png

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.

 

b3.png

 

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.

View solution in original post

1 REPLY 1
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

P1:
Data Model Limitations in Power BI Desktop  

dataset limitations  

(Dataset is a concept in Power BI Service)

 

P2:

You can show the data by weekly.
Here’s my original data.

b2.png

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.

 

b3.png

 

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.