March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello
Using AdventureWorksDW, I am trying to duplicate my query "DimDate".
Though once I duplicate, I can see data appearing for the duplicated table, after doing "Close & Apply", I can see no data in the table.
I checked Advanced Editor for both the tables and it is exactly same i.e.
let
Source = Sql.Databases("XXXX"),
AdventureWorksDW2014 = Source{[Name="AdventureWorksDW2014"]}[Data],
dbo_DimDate = AdventureWorksDW2014{[Schema="dbo",Item="DimDate"]}[Data]
in
dbo_DimDate
Alternatively, if I do a Reference instead of Duplicate, I can see data appearing correctly.
Any idea what could be the reason or anyone faced this?
Regards
Solved! Go to Solution.
Hi vmakhija,
I have reproduced your issue. The duplicate operation only duplicate info like Name, Data, Schema, Item and Kind, raw data in database will not be duplicate. So the solution is to refresh the table by clicking "Refresh" so that raw data will be import to power bi again.
Regards,
Jimmy Tao
Hi vmakhija,
Modify M code like this and check if it can work:
let Source = Sql.Database("Server", "Database"), dbo_Table = Source {[Schema="dbo",Item="Table"]}[Data] in dbo_Table
Best Regards,
Jimmy Tao
I faced this issue with yet another table today. So, when I duplicate the table, the duplicated table shows no data in report design view.
Not sure what is causing it...
Regards
There is no error message.
Its just that in "Data" view, there is no data for the duplicated table.
See below screenshots -
I have uploaded the PBIX here -
https://1drv.ms/u/s!AhQweeNOVnlxbeGdqrGSt8GbLKI
Regards
Hi vmakhija,
I have reproduced your issue. The duplicate operation only duplicate info like Name, Data, Schema, Item and Kind, raw data in database will not be duplicate. So the solution is to refresh the table by clicking "Refresh" so that raw data will be import to power bi again.
Regards,
Jimmy Tao
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |