User Profile
myon
Frequent Visitor
Joined 3 years ago
User Widgets
Contributions
Re: Iceberg, hudi for Fabric?
Iceberg is a direct competitor to Delta Lake in my understanding. They both sit on top of parquet files (or in the case of Iceberg they can be other columnar store files, like ORC) and give ACID, timetravel etc etc. I see the potential in Fabric and but I am wondering if it is compatible with our S3 + Iceberg+parquet setup. A genuine question I have right now is, does OneLake need only the parquet files in S3 to make shortcuts or does it excplicitly need delta lake to be present in the S3 instance?7.5KViews0likes0CommentsIceberg, hudi for Fabric?
As a business user I love the seemlessness of fabric and I realize its potential. User experience is a big deal, and it seems really polished in Fabric. I started digging and asking our architects about our current mesh journey. To my dissapointment it seems that Fabric is locked into delta lake extension of parquet? Is this going to be extended to support Iceberg/Hudi and be cloud store agnostic? This is the answer I got from our architect: Atleast from the data mesh perspective, we are trying to be technology agnostic. Every year, there will always be something new and something trend setting. Datamesh needs to adopt it or incorporate it and continue as an operating model which is not stuck on the tech.Solved7.5KViews1like5CommentsPQ Online cache/visual bug? Perpetual loading screen (Datamarts and Dataflow)
Update 2023-05-10, can't author new Flows or Marts anymore: Tried the browser debugger. It complains about 404: An iframe has both allow-scripts and allow-same-origin for its sandbox. 403 on /metadata/artifacts/definitions:1 ERR_HTTP2_PROTOCOL_ERROR on europe.prod.powerquery.microsoft.com/api/trace/message Debugger message: wabi-north-europe-e-primary-redirect.analysis.windows.net/powerbi/metadata/app?preferReadOnlySession=true:1 Failed to load resource: the server responded with a status of 403 () wabi-north-europe-e-primary-redirect.analysis.windows.net/metadata/artifacts/definitions:1 Failed to load resource: the server responded with a status of 404 () web.vendors.min.XXXXXXXXXXXXXXXXXXX.js:1 An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing. K.insertBefore @ web.vendors.min.XXXXXXXXXXXXXXXXXXX.js:1 /cdsaauthoring:1 An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing. ApiRequest.ts:179 POST https://europe.prod.powerquery.microsoft.com/api/trace/message net::ERR_HTTP2_PROTOCOL_ERROR I have also tried these things 1. Check your permissions: Ensure that you have the correct permissions to access Power Query Online and the resources you are trying to access. You may need to contact your administrator to verify your permissions. 2. Clear browser cache: Clearing your browser's cache can help resolve issues that might be caused by cached data. To do this in Microsoft Edge, press Ctrl + Shift + Del, and then select 'Cached images and files' and click 'Clear now.' 3. Disable browser extensions: Some browser extensions can interfere with web applications. Try disabling any extensions you have installed and see if the issue persists. Original message: Upon editing a dataflow from this screen I get stuck in a perpetual loading screen Trying to navigate away from this screen in the UI gives me this error Refreshing the web page through F5 or shift+F5 just brings me back to the first image. How can I solve this? Edit: Additional info Using Edge Version 112.0.1722.68 (Official build) (64-bit) Same issue in Chrome Version 112.0.5615.138 (Official Build) (64-bit) Tried to edit another dataflow I authored 3 months ago, same issue Edit2: I asked our PBI tenant admin two days ago to move our workspace to a capacity that we knew had less load since I thought this was the problem at first. Now, I should double check that this capacity does not have high load as well...but just wanted to say this while I check. Edit 3: Capacity is not overloaded. Edit 4: Firefox could not load either, same behaviour. Collegue could open it on his computer after ownership was transferred. Edit 5: Same issue in Datamarts in the Get Data window1.5KViews0likes3CommentsRe: Split rows by days into multiple by dates range
Sorry for a non-answer....but I strongly suggest you solve this as close to source as possible, talking from experience with the same problems to solve. SQL with a recursive common table expression is prefferred. Power Query is possible also. I do not remember exactly how I solved it with DAX. It involved keeping the structure you had in your original table, De Morgan's Law for the problem of overlapping time periods comparing a non-relational calendar with start and stop times for each day and doing subtraction against the end of the day if the periods overlapped. Was super slow and made me realize that this was not the strength of DAX.4KViews1like0CommentsRe: last month actuals
Sounds like a relational problem to me. If you want 'current ytd period' to filter '2019-2022' they need to be connected in the diagram veiw in a one-to-many relation on a common field, for example months or dates in this context. Sorry if this is a low level answer and you already know this, but the naming of the tables seems a bit sketchy. Another issue could be that you have used the date field in the fact table '2019-2022' for one visual and expect it to set the filter in 'current ytd period'. This won't happen in a one-to-many relation since fact does not filter dimension. Understand star schema and the importance for Power BI - Power BI | Microsoft Learn980Views0likes1Comment
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.