Forum Discussion

ERIC_A's avatar
ERIC_A
Helper II
3 years ago

Moving Range with Live Dataset Connection

Hi 

I have the following table1. This is connected live to the power BI dataset and I want to create a measure to calculate the moving range of Response

woidResponse
110
31
43
64
75
106
114
123
2045
247
2610

This is connected live to the power BI dataset and I want an outcome like the 3rd column shown below. 

Note: I cannot create measure columns as this is a live connected PBI dataset

 

woidResponseMoving Range
1100
319
432
641
751
1061
1142
1231
204542
24738
26103

How can I achieve this?

 

thank you 

2 Replies

  • You cannot do that with a live dataset. Convert to Direct Query with local model.

    • ERIC_A's avatar
      ERIC_A
      Helper II

      If this cannot be done I wonder how the company PQsystems that sells these MR I chart visuals are able to calculate it ?