Forum Discussion

AnandGNR's avatar
AnandGNR
Helper I
2 years ago
Solved

TMSL for implementing incremental refresh on a pbi dataset

Hi,   For datasets that are set up with incremental refresh: What would be the equivalent of starting a new manual refresh from the UI (in service) in TMSL:   Would it be this? ----------------...
  • GilbertQ's avatar
    GilbertQ
    2 years ago

    Hi AnandGNR .

     

    Your syntax should be the following

     

    "refresh": {
              "type": "full",
              "applyRefreshPolicy": true,
              "effectiveDate": "10/27/2023",
              "objects": [
                {
                  "database": "4d1fb213-aaa-0000-00aa-a670e2e9bbec"
                }
              ]
        }