-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fabricps-pbip: issue with calculated columns after publishing #262
Comments
It's by design. Publishing a PBIP files (through Fabric API or Git Integration) only metadata gets published and not the data (residing in the cache.abf file). You must refresh the semantic model in the workspace after publishing. (Note: next publish will retain the data, you only need to refresh at least once) |
@RuiRomano this was the first thing I did when I got this error message but it didn't help (even for the simplified example that I created). There is one thing that I didn't mention - my semantic model is in Direct Mode. Does fabricps-pbip support this mode? |
@RuiRomano any comment from your side? You closed this issue without any discussion and confirmation from my side... |
Sorry, I reopened the issue. Can you elaborate on what you mean by 'direct mode'? Direct Query? Direct Lake? |
Thank you. Yes, storage mode = Direct Query. |
Thanks, was able to repro and looks like a bug in Fabric Git and Fabric REST APIs. I'll review internally and get back to you when I know more. |
Great. Thank you for your analysis! |
Hello @RuiRomano, I contacted with MS about this, and finally they confirmed that it is a bug, probably with Fabric API. Tikcet no 2406110050000429 In the meantime I found 2 workarounds.
|
Thanks for the feedback. |
Hello @RuiRomano, Unfortunately MS archived my ticket due to the unknown timeline... Bug description: |
Hello,
I'm trying to use fabricps-pbip module to automaitze reports publishing.
Looks ok, but unfortunately I have an issue with semantic model which consist of calculated column.
Screen of simplified report to reproduce issue:
![image](https://private-user-images.githubusercontent.com/18706348/336395073-ba09592a-2de5-411f-b5be-3f10228fdf2c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTk4NjEsIm5iZiI6MTczOTMxOTU2MSwicGF0aCI6Ii8xODcwNjM0OC8zMzYzOTUwNzMtYmEwOTU5MmEtMmRlNS00MTFmLWI1YmUtM2YxMDIyOGZkZjJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAwMTkyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYwY2VjNWRkMGMwYWI5MzQ2NGFhNzRlZjZkODBmOWI0ZDBmNDJjYmI2NmZkZTc2N2RhOWNmNjUwMjgzMzg0NTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BdGfE3YffNhqwzt4TrSJfFq4iDHEjNKyhMKYa7LN2AM)
Command used to publish semantic model (I also tried with Import-FabricItems)
Import-FabricItem -workspaceId "xxx" -path "tmp.SemanticModel"
After model is published, I'm trying to check CalculatedColumn values but unfortunatelly I got an error:
![image](https://private-user-images.githubusercontent.com/18706348/336396664-eb443cce-6177-4b67-9c86-084665bdd37c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTk4NjEsIm5iZiI6MTczOTMxOTU2MSwicGF0aCI6Ii8xODcwNjM0OC8zMzYzOTY2NjQtZWI0NDNjY2UtNjE3Ny00YjY3LTljODYtMDg0NjY1YmRkMzdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAwMTkyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE3MTljZjgzMTFiM2E2MzhhZWE0NmM3ZjI0MmU4MDY1N2VhMWI5MGMyZmMyNzJjMmY1Yjk5NWZmZjU5MGFmMzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YnhexuOmrzPw7fzon6Gr37Snyw5AJBRQvGHJI0nkzvo)
When I'm publishing via PowerBI Desktop - everything is fine.
PowerBI version:
![image](https://private-user-images.githubusercontent.com/18706348/336397182-ae378a68-a816-4d1b-a9b5-e7f62a0a0c5d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTk4NjEsIm5iZiI6MTczOTMxOTU2MSwicGF0aCI6Ii8xODcwNjM0OC8zMzYzOTcxODItYWUzNzhhNjgtYTgxNi00ZDFiLWE5YjUtZTdmNjJhMGEwYzVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAwMTkyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJkZWM3OTdkMzZlMGY3N2Y5MmU2Yzc1MTkyN2FjOGEzOGM0NWU4OTNhOWY1MDA5ZGQ5M2MzNDMxNWFlMWM4MzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yssD0Wt-ux5GDbypUQYZ8pdYqntMsU3Y-oM_CWxTE64)
Any clue?
The text was updated successfully, but these errors were encountered: