Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
So i have 2 dataset, table A and table B.
Table A always has new data come in everyday and it associate with a date column.
Table B is a dimension table and its temporary wont change. So, i need to create a visual and i need data from both table, so i decide to merge both table on PowerBI.
My question is if i merge the current data and next day if new data coming into table A, will it also have the data from table B? (depend on the complexity of my view, so sql side is the last thing i want to do) Here is the example for this question
Table A
ID | Name | Date |
1 | Apple | 1/1 |
2 | Banana | 1/1 |
Table B
ID | Name | Something |
1 | Apple | aaaa |
2 | Banana | bbbb |
The result i want to see
ID | Name | Date | Something |
1 | Apple | 1/1 | aaaa |
2 | Banana | 1/1 | bbbb |
So on second day..thrid day...fouth day.....
ID | Name | Date |
1 | Apple | 1/2 |
2 | Banana | 1/2 |
1 | Apple | 1/1 |
2 | Banana | 1/1 |
Will my result be like this?
ID | Name | Date | Something |
1 | Apple | 1/2 | aaaa |
2 | Banana | 1/2 | bbbb |
1 | Apple | 1/1 | aaaa |
2 | Banana | 1/1 | bbbb |
or it will look like this?
ID | Name | Date | Something |
1 | Apple | 1/2 | |
2 | Banana | 1/2 | |
1 | Apple | 1/1 | aaaa |
2 | Banana | 1/1 | bbbb |
Solved! Go to Solution.
@KeepLearning yes whatever query steps you have applied including merge, whenever next time data refresh will happens, all query steps will be applied.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@KeepLearning yes whatever query steps you have applied including merge, whenever next time data refresh will happens, all query steps will be applied.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
71 | |
65 | |
46 |