Functions that could essentially iterate and expression to a suggested limit simliar to list.generate in power query.
Iterate(SeedTable, NextState)
that would mimic hard coding something like this
State0 = SeedTable
State1 = NextStep(State0)
State2 = NextStep(State1)
State3 = NextStep(State2)
...
Could use this in dynamic scheduling, BOM explosions, heirarchy traversing, Fibinocci sequence etc. All can be done but require explicit calls to variables. Not true recursion but iterators.
Please.
No CommentsBe the first to comment
Recent ideas
Retain Matrix/Table Scroll Position When Returning from Drillthrough
Description: Currently, when users drill through from a Matrix or Table visual to a detailed page and then use the Back button to return, the report navigates back to the source page but resets the ...Pruthviraj151 hour agoNew MemberNew7Views0likes0CommentsRetain Matrix/Table Scroll Position When Returning from Drillthrough
Description: Currently, when users drill through from a Matrix or Table visual to a detailed page and then use the Back button to return, the report navigates back to the source page but resets the ...Pruthviraj2 hours agoNew MemberNew4Views0likes0CommentsExpose Data Agent schema, question interpretation, and generated query through MCP
I would like to request additional context and metadata capabilities for the Microsoft Fabric Data Agent MCP server. It would be very useful if the MCP server could expose more information about the...Antoine17332 hours agoRegular VisitorNew3Views0likes0CommentsReal-time progress streaming for Fabric Data Agent MCP server
I would like to request true real-time progress streaming for the Microsoft Fabric Data Agent MCP server. Currently, when calling a published Fabric Data Agent through MCP using call_tool with a pro...Antoine17332 hours agoRegular VisitorNew3Views0likes0Comments