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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
jaryszek
Super User
Super User

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
Community Champion
Community Champion

@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
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.