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
nmhung49
Helper II
Helper II

Update data automatic form table daily to table monthly


I have 2 table daily and monthly, I want update data automatic form table daily to table montly in power BI desktop

How do I do that?

daily to monthly.JPG

View attachments

 

Thank you!!!

1 ACCEPTED SOLUTION

Hi @nmhung49

 

You may use 'Append Queries' in Query editor. Make sure the 2 tables' column names are matched.

1.png

 

Regards,

Cherie

Community Support Team _ Cherie 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

6 REPLIES 6
v-cherch-msft
Employee
Employee

Hi @nmhung49

 

Below is the document about 'Group by' Function in Query Editor for your reference.

https://docs.microsoft.com/en-us/power-bi/desktop-common-query-tasks#group-rows

 

Regards,

Cherie

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Stachu
Community Champion
Community Champion

in the query editor you can make table Monthly a reference to table Daily and then use groupby and sum on Sales

 

if you just want to show monthly table in the visual then you can drag & drop table Monthly
to rows: Month and Branch

to values: Sale
in the Table visual, and the result will be the same



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂


@Stachu wrote:

in the query editor you can make table Monthly a reference to table Daily and then use groupby and sum on Sales

 

if you just want to show monthly table in the visual then you can drag & drop table Monthly
to rows: Month and Branch

to values: Sale
in the Table visual, and the result will be the same


 

 

You can make a example?

 

Attach File

 

Thank you

Hi @nmhung49

 

You may refer to this sample file.

 

Regards,

Cherie

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.


@v-cherch-msft wrote:

Hi @nmhung49

 

You may refer to this sample file.

 

Regards,

Cherie


Hi @v-cherch-msft

 

Thank you for your help

 

I wan to combine data table daily -> Monthly and Table Monthly to create Table Result

 

You see to this sample file

 

How do I do it ?

 

Same this picture

 

Sample.JPG

Hi @nmhung49

 

You may use 'Append Queries' in Query editor. Make sure the 2 tables' column names are matched.

1.png

 

Regards,

Cherie

Community Support Team _ Cherie 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.

Top Solution Authors