Forum Discussion
vikrantamin
4 years agoNew Member
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 b...
- 4 years ago
vikrantamin , Are you using Azure analysis service Live connections? They are limiation of live connections
v-angzheng-msft
4 years agoCommunity Support
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.
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.