Forum Discussion

MarceloSouza's avatar
MarceloSouza
New Member
9 years ago
Solved

Basic table dynamics, append table inside PB

I'm going to receive a monthly dynamic table, I need to record the data from the previous months into PowerBI.
Example:
dynamic table : (The records are erased every month)
Jan17 aaa
Jan17 bbb
Jan17 ccc

 

Table on PowerBI
Jan17 aaa
Jan17 bbb
Jan17 ccc

 

In the next month I update the data of the same table

 

dynamic table :
Feb17 mmm
Feb17 nnn

 

My table in Power BI should be with the information of every month

 

Table on PowerBI
Jan17 aaa
Jan17 bbb
Jan17 ccc
Feb17 mmm
Feb17 nnn

 

thank you

2 Replies