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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
jaryszek
Memorable Member
Memorable Member

Creating UDF function within TMDL view

Hello Guys,

How to make a proper syntax for this query in TMDL view for remote semantic model (DirectLake over OneLake)?

createOrReplace
  function GetBudgetHexColor = ( v: double, actionName: string ) =>
    IF (
      ISBLANK ( v ),
      BLANK (),
      MAXX (
        FILTER (
          Fmt_BudgetRules,
          Fmt_BudgetRules[IsActive] = TRUE ()
            && Fmt_BudgetRules[ConditionActionName] = actionName
            && v >= Fmt_BudgetRules[ThresholdLowerPercent]
            && v <  Fmt_BudgetRules[ThresholdUpperPercent]
        ),
        Fmt_BudgetRules[HexColor]
      )
    )


This is not working.

Best,
Jacek

1 ACCEPTED SOLUTION

Problem solved, compatibility level of semantic model has to be changed to 1702...

best,
Jacek

View solution in original post

2 REPLIES 2
VijayP
Super User
Super User

@jaryszek 

 

When I tested udf in a remote symentic model , it is working for me. 

need more information if any error code etc




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


Problem solved, compatibility level of semantic model has to be changed to 1702...

best,
Jacek

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.