Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Scenario
to utilize the new Preview feature, Live edit Power BI semantic models’ semantics in direct lake mode using for following links:
https://powerbi.microsoft.com/en-us/blog/live-edit-of-direct-lake-models-in-power-bi-desktop/
https://learn.microsoft.com/en-us/fabric/get-started/direct-lake-power-bi-desktop
After enabling the feature and signing in with proper right I Opened my Live edit Power BI semantic models semantics in direct lake mode,
from modeling tab >>> Logistic Model >>> Import YAML File
As the guides in above State
I applied 2 cases in YAML as:
Version: 4.1.0
Language: en-US
Entities:
dim_customer.customer_name:
Definition:
Binding: {Table: Dim Customer, Column: Customer Name}
State: Generated
Terms:
- customer name: {State: Generated}
- cus: {State: Generated, Weight: 0.97}
- client: {State: Generated, Weight: 0.97}
NameType: Name
GlobalSubstitutions:
- COOP - Odense: GSTEST
Output
The Result in Copilot chat, it should recognize the synonyms and global substitution, in the YAML file
but upon checking the ADO Repo and BIM file 3 things are noticed:
What am I missing here?
And why Copilot is not capturing the global substitution through they are in BIM file
And why these Extra additions added to BIM file though they are not in the context of YAML file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.