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

The Fabric community is now in read-only for platform upgrade. Learn more

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


Best Wishes,
Luke Jarych

From data chaos to business clarity — let’s connect and solve data challenges together.
LinkedIn Connect with me on LinkedIn
1 ACCEPTED SOLUTION

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

best,
Jacek


Best Wishes,
Luke Jarych

From data chaos to business clarity — let’s connect and solve data challenges together.
LinkedIn Connect with me on LinkedIn

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


Best Wishes,
Luke Jarych

From data chaos to business clarity — let’s connect and solve data challenges together.
LinkedIn Connect with me on LinkedIn

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

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.