Forum Discussion

subho220's avatar
subho220
Helper I
4 years ago
Solved

Time Difference sales data

Hello Everyone,

 

I am trying to create a report with the sample data attached. Below is the Layout of the report which i want -

So, I have all the data available as Columns. I just can't figure out how can I put the data in this format.

Also, When I am trying to calculate the Previous Month/year/quarter values sometimes the calculated measures are not showing anything.

Steps I followed -

1- Created a Dim_Date table with continuous date from 2000-01-01 to 2099-12-31.

2- Created  measures for Previous month/year/quarter -> 

QQC Prev Month = CALCULATE(SUM('ICS_[Warehouse_Balance_Final]'[QuantityinQualityControl]),PREVIOUSMONTH(Dim_date[Date].[Date])).
 
Can anyone help me in solving this issue ?
 
Thanks in advance

2 Replies