Forum Discussion
View changes are not reflecting on Reporting
- 1 year ago
Hello akkibuddy7
When using S3 shortcut tables in Microsoft Fabric, views built on these tables may not automatically propagate schema changes to the semantic model due to Fabric’s read-only handling of shortcuts and caching behavior. Here’s how to resolve this:
For stable reporting:
1. Create shortcut → Raw data (S3)
2. Build view → Initial transformations
3. Materialize → Managed Delta table
4. Connect → Semantic model to managed tableif this is helpful please accept the solution and give kudos
- 1 year ago
Found the solution,
We have to Click Refresh icon in Semantic Model and then all the alter Views data will be visible in semantic model as well as Report side-
Semantic Model > Edit Tables > click Resresh icon > Confrim
NOTE : Don't click any table or view checkbox when in Edit Table option except Refresh Icon
Hello akkibuddy7
When using S3 shortcut tables in Microsoft Fabric, views built on these tables may not automatically propagate schema changes to the semantic model due to Fabric’s read-only handling of shortcuts and caching behavior. Here’s how to resolve this:
For stable reporting:
1. Create shortcut → Raw data (S3)
2. Build view → Initial transformations
3. Materialize → Managed Delta table
4. Connect → Semantic model to managed table
if this is helpful please accept the solution and give kudos