Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

View all the Fabric Data Days sessions on demand. View schedule

Add support for calculated fields that can return tables (user-defined functions)

Especially for custom calendars it would be awesome to define your own functions for YTD, etc. But more generically being able to define a measure that returns a table/filter would be awesome. [LargeNationalCustomers] := FILTER(Customers, Customers[Region] = "National" && Customers[NumEmployees] > 100) [Revenue_LargeNatl] := CALCULATE(SUM(Transactions[Revenue], [LargeNationalCustomers]) The decision to limit calculated fields to just scalars... feels almost arbitrary and counter productive.
Status: Completed
Comments
scott54
New Member
I claim this is not the same thing, since calculated tables are only resolved once during refreshe... and I want something dynamic.
fbcideas_migusr
New Member
Status changed to: Completed