Viewing 15 posts - 1 through 15 (of 103 total)
Hi Thank you for the response , I am looking for 3 values based on the defined percentages and the sum of 3 numbers should tally at the end to...
December 7, 2021 at 4:08 pm
Hi, The query you have sent me will give Last Year Week Number , I need something like .. if today's week is 202001 then i need previous week as...
June 18, 2020 at 8:43 am
I even tried to use the below code as example but no luck
CALCULATE (
COUNT ( ticketData[CreateDate] ),
FILTER (
ALL ( ticketData ),
ticketData[CreateDate] <= MAX ('Date'[date] )
)
)
April 25, 2019 at 10:20 am
--Fact Table with Actaul_Date, Received, Vendor columns
SELECT '20190225', '3109.67', '10256' UNION ALL
SELECT '20180614', '3103.09', '10256' UNION ALL
SELECT...
April 25, 2019 at 10:17 am
This was removed by the editor as SPAM
April 25, 2019 at 10:12 am
This was removed by the editor as SPAM
April 25, 2019 at 10:04 am
Actual_DateReceivedVendor
201804250 10256
201805023128.57 10256
201806143103.09 10256
201808023120.19 ...
April 22, 2019 at 9:09 am
If you Notice the image you will find that the 201807 , 201810, 201812 as Zero's.
The Rolling 12 Months should calculate as below respectively
201807 --- 16272.19
201810 --- 23932.24
201812 --- 23677.54
April 22, 2019 at 6:01 am
its a SSAS Tabular project
April 22, 2019 at 5:15 am
April 21, 2019 at 2:16 pm
can you post your code here so that we can look at it
January 30, 2019 at 2:54 am
January 7, 2019 at 12:01 am
December 23, 2018 at 11:01 pm
Thank You and from next time i will follow in having the DDL statements pasted.
Yes the data is very messy . I need to delete or need to consider...
October 14, 2016 at 10:38 am
Viewing 15 posts - 1 through 15 (of 103 total)