Forum Discussion
Duplicate for DimDate table - Doesn't work
- 8 years ago
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
- v-yuta-msft8 years agoCommunity Support
- Anonymous8 years agoNot applicable
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
- v-yuta-msft8 years agoCommunity Support
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