The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I'm trying to get data from a webtrends and i'm having trouble with the dates.
I want to load monthly figures from 2016.01.01 and onwards but the load script summarizes everything from that date into
2016.01.01-2016.08.03.
My current load script is:
let Source = #"Webtrends ReportContents (2)"(99999, "cw3pdLOBKK7", #date(2016, 6, 1), null) in Source
How can i extract the monthly data?
Or how can i add force it to take out individual dates - in webtrends i would add &date_type=indv.
//Anders