Best Of
DomoStats: AI Chat Sessions
In response to customers asking for more insights into how their users are utilizing AI Chat, there is now an ‘AI Chat Sessions’ report available in the DomoStats connector.
This report will help you understand how and where your users are engaging with AI Chat.
Re: Can I move a formula in the list of "Group by" actions?
It would definitely be an improvement to be able to reorder aggregate columns in Group By. Column order as a whole is not given the attention it deserves in Magic ETL.
This workaround may be unwelcome; in most cases this will be more of a pain than just redoing the aggregates from the point where you want to reorder them. But in extreme cases where you have a very large number of aggregates, this is probably quicker:
1. Drag-select the Group By and at least one other tile to bring up the multi-tile control sidebar.
2. Click "Copy to Clipboard".
3. Paste into a text editor (ideally a code editor). This is the JSON definition of the copied tiles. Unfortunately, it is compacted; it's all on one line and has no indentation. A code editor will probably be able to reformat it for you so it's readable. Barring that you can use a JSON formatter website to do the same, but I'd be cautious of these if there is anything sensitive in the formulas themselves (not likely but possible).
4. You're looking for the Group By "fields" part of the JSON:
5. You can now use cut and paste to reorder these fields. Make sure to keep the JSON valid (commas must separate the fields and a comma after the final item in the array is not allowed).
6. When you're satisfied with the order, copy the entire document to your clipboard and paste it back into the Magic editor.
This is in no way a good solution for your problem, but I figure there's a small chance it's helpful in the future if you find yourself in a situation where you need to reorder a single aggregate in a list of dozens, or if you ever need to do something else that our editor won't let you do.

Re: Multi Levels Sankey
how did you format your dataset? If you don't mind sharing the file, thank you
Re: Multi Levels Sankey
Yes, it's possible, and quite fun!
The hardest part I found is making sure each dollar has a source and destination. It sounds easy in theory, but can get muddled in practice.
Each line needs a "From" and a "To", as well as the Value. This format then powers the Sankey visual.
You can learn more at this KB article:
Let us know how it goes! Here's how mine looked:
Re: Multi Levels Sankey
It's as simple as three columns - a "From", and "To" and an amount, like so: