Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
barwe
Helper I
Helper I

How to create new 'logicalID' localy?

Hey, I have git integration with one workspace. 

 

The folder structure is simple. Its one report and one semantic model: 

Reports.Report

Reports.Dataset

 

I just copy passed the Reports.Report so now the folder look like:

Reports.Report

Reports_Coppy.Report

Reports.Dataset

 

After the commit in the power bi, I received an error:

"Duplicate logicalIDs
This action can't be completed because the following items have duplicate logicalIDs."

 

So I just changed the:

`logicalId` in `./Reports_Coppy.Report/item.config.json` (I just randomly change one character in string)

`displayName` `./Reports_Coppy.Report/item.metadata.json`. 

 

It works, but I am not sure if I am free to set `logicalId` to any string I like, or is there a strict way to do this?

Also, is there something else I should be aware of when I copy/pase the entire [name].Report folder? How to do it properly?

 

Thanks 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @barwe,

I suppose the file structure with git integration should has its own data fold trees and structures to recognize.
For this scenario, you can't directly add or remove duplicate field to the location. If you want to back up some files, I'd like to suggest you move these files to outside which not affect the recognize processing of current folder structures.

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
alihm
Power BI Team
Power BI Team

If you copy-paste a report, change the logical ID of the new report to a random new GUID and it will work.

 

Anonymous
Not applicable

HI @barwe,

I suppose the file structure with git integration should has its own data fold trees and structures to recognize.
For this scenario, you can't directly add or remove duplicate field to the location. If you want to back up some files, I'd like to suggest you move these files to outside which not affect the recognize processing of current folder structures.

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors