I'd like to be able to create reusable functions in DAX, instead of using the same DAX code in multiple measures. Example: I have some complicated DAX code, which calculates the no of working second...
fbcideas_migusr
1 year agoNew Member
Feature: similar to Reporting Services, ability to save the function at the Company level, Report Level...
Example: for fiscal calendar, i could write a function Fiscal_SamePeriodLastYear(), and the whole company could use it.
A function could be:
- independent of the Semantic model, in which case it may be easy to store at the company level or report level,
eg1: f(x) = x * x,
eg2: SamePeriodLastYear of a 4-4-5 calendar that can be computed based on math rules only
- or dependent of the Semantic model, in which case it may be more difficult to make available at Company Level, eg: SamePeriodLastYear based on a Calendar that cannot be computed by math only as it needs a specific Calendar table
Report Level storage/availability would be a minimum.
Thanks
Recent ideas
Power Query Parameter create/use when connecting to a dataflow
In power query when you connect to a table in a dataflow there are no options to create or use a parameter for that dataflow. When connecting to SQL there is an option when setting up the connection ...ben_holmes41 minutes agoNew MemberNeed Clarification202Views3likes2CommentsMake Copilot Approval status for semantic model available through API
In recent versions fabric allowed to mark a semantic model as approved for copilot to reduce AI adoption friction. However there is no specific way for external governance application to analyse whi...FrançoisD54 minutes agoFrequent VisitorNew1View0likes0CommentsClone a workspace, including its data, to a new workspace
Description: Today there's no way to fully clone a Fabric workspace: git sync and Deployment Pipelines move item definitions only, not the underlying data; Warehouse's zero-copy CREATE TABLE ... AS ...gclements1 hour agoHelper IINew6Views1like0CommentsAllow NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara7 hours agoNew MemberNew7Views0likes0CommentsSupport Synonyms in Fabric Warehouse
Microsoft SQL Server has a very powerful feature by the way of "synonyms." It allows users and DBAs to do all sorts of powerful magic such as rewiring objects under the hood (e.g. run the code agains...matthias-bi10 hours agoRegular VisitorNew1.3KViews18likes2Comments