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
Anonymous
Not applicable

Trend Analysis

I am trying to evaluate sales trends in a particular geographical area (city) within a particular timeframe (usually 30 days) based on a particular event. I.e. if a sale is made to a particular entity, how are sales effected in the region in the next 30 days. Looking on how to build and automate this process so I can evaluate the effects in multiple areas.

3 REPLIES 3
v-shex-msft
Community Support
Community Support

Hi @Anonymous,

You can try to use analysis panel functions to generate a trendline based on your records, please take a look at the following link about analysis panel features:

Use the Analytics pane in Power BI Desktop 

If above not help, you can also consider manually write a measure formula to calculate the trend. Please share some dummy data with expected result them we can test to coding formula on it.

How to Get Your Question Answered Quickly  
Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
amitchandak
Super User
Super User

@Anonymous , You have try meaures like

Rolling 30 day = CALCULATE(sum(Sales[Sales Amount]),DATESINPERIOD('Date'[Date],MAX(Sales[Sales Date]),-30,Day))

or
Rolling 30 day = CALCULATE(sum(Sales[Sales Amount]),DATESINPERIOD('Date'[Date],MAX(Sales[Sales Date]),-30,Day), allexcept(Sales,sales[region]))

 

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Ashish_Mathur
Super User
Super User

Hi,

Please share some data and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

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.