How to Get Customer 2nd Order Date Interesting DAX Scenario

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

ความคิดเห็น • 4

  • @ngochanhuynh1295
    @ngochanhuynh1295 2 หลายเดือนก่อน

    can i get the dataset please?

    • @SimpleAnalysis
      @SimpleAnalysis  2 หลายเดือนก่อน

      Sure will attach dataset for all scenarios

  • @chandramohan-bo5se
    @chandramohan-bo5se ปีที่แล้ว

    hi sir
    take 2 variables
    v_customer=max(cust[cust_name]----------takes from slicer
    min_orderdate= min(sales[orderdate])
    custmor_2nd order =
    minx (filter( all(sales), cust[cust_name]=v_customer) ,sales[orderdate]>min_orderdate
    i
    try this one