Forum Discussion

vikrantamin's avatar
vikrantamin
New Member
4 years ago
Solved

Transform data greyed out

Hi,

 

1. Transform option is greyed out for asazure://westeurope.asazure.windows.net/aasazewewdinvoicequality. Request to check on the edit access.

2. Im trying to create a measure on difference between the dates field from two columns. Pls guide on the formula to add in the measure.

 

 

Brgds/ Vikrant

 

Brgds/ Vikrant

3 Replies

  • vikrantamin , Are you using Azure analysis service Live connections? They are limiation of live connections

  • Thanks. It is a live version. Request to grant access for the same from the concerned desk. Also need help on the 2nd question on the formula

  • Hi, vikrantamin 

     

    1) With Live Connection, Power Query transformations are not available at all. In fact, the Edit Queries and all related options of that are disabled in the Live Connection mode.This is a known limitation of live connection

     

    refer:

    Live Connection; When Power BI comes Hybrid

     

    2)  You can use the datediff function to help you.

    DATEDIFF

     

    Try to create a measure like the following:

    datediff = DATEDIFF(MAX('Table'[date1]),MAX('Table'[date2]),DAY)

    Result:

     

     

    Best Regards,
    Community Support Team _ Zeon Zheng


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.