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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
nagoor
Helper III
Helper III

Deviation Detection in DAX

Hi All, 

 

Looking for an idea to understand how we can analyze in a large number of data to find Deviation Detection(

Analysis and detection of unusual data patterns that require further investigation)

 

I have 40000 records per day and the table contains 30 days of data, I want to identify the record which it deviated from its trend ( There is no defined threshold for this). 

 

Any idea to implement in Power BI? 

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi nagoor,

 

You can create a scatter chart and click analysis panel-> add trend line to obverse the trend

Capture.PNG 

 

After that, you can also right click on the table and add a quick measure(correlation variable) to measure the relation between the axis value you have plot on the scatter chart.

2.PNG  

 

Reference: https://www.blue-granite.com/blog/simple-linear-regression-in-power-bi, http://powerbipro.com/regression-in-power-bi/

 

For more complex solution, you can also use Python visual or R visual in power bi to achieve your requirement, refer to this documentation about how to use python in power bi.

 

Regards,

Jimmy Tao

 

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi nagoor,

 

You can create a scatter chart and click analysis panel-> add trend line to obverse the trend

Capture.PNG 

 

After that, you can also right click on the table and add a quick measure(correlation variable) to measure the relation between the axis value you have plot on the scatter chart.

2.PNG  

 

Reference: https://www.blue-granite.com/blog/simple-linear-regression-in-power-bi, http://powerbipro.com/regression-in-power-bi/

 

For more complex solution, you can also use Python visual or R visual in power bi to achieve your requirement, refer to this documentation about how to use python in power bi.

 

Regards,

Jimmy Tao

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.