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.
I have a dataset with a date column, column called "column" (every value is 1 for simplicity), and a measure for rolling average.
Hi Ashish Mathur, I've tried the above mentioned, the outcome still looks pretty much unchanged unfortunately
Share the download link of the PBI file and shwo the expected result.
That takes me to a sign-in page.
Seems like I cannot share with you because you're outside of the organisation, im sorry. But it seems like the issue could be because I have duplicate rows in my date. (Have filtered it down in the data view tab but didn't know that the filter gets stripped off in the report view)
Yeap its uploaded to the power bi service, would need you to log in with an account.
I obviously cannot log in there. Share the download link of the PBI file.
I get a sign-in page.
Hi,
Try this approach:
Total = SUM(vw_BI_Yield_Trend[Column])
Measure = calculate([Total],datesbetween(calendar[date],min(calendar[date])-2,min(calendar[date])))
Hope this helps.