I created a virtual table by using ADDCOLUMNS. I need to know how to filter for the harvested dates from the date slicer. I’ve tried declaring the start date and end date variables to use DATESINBETWEEN but am not able to. The harvested date fields are in my Dates table.
Billings PLT Virtual =
ADDCOLUMNS(
VALUES( billing_activities[Bill Date] ),
"Billing Qty PLT", billing_activities[Total Quantity PLT] ,
"Running Billing Qty PLT", 'billing_activities'[Running Billings PLT],
"Billing PLT", [Total Billing PLT] ,
"Running Billing PLT", 'billing_activities'[Running Billing Qty PLT] )
There is a table included in the DEMO .pbix file that I tried creating called Billings PLT Virtual - Filtered using techniques I found in the forum but it’s not correct yet.
DEMO.pbix (930.3 KB)