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 have to create a summary report with Area, order$, order count, forecast, MTD sales. Order$ and order count has to display previous day data and rest of the fields has to show month data. can anyone help me on this. i got for previous day data by using parameters but forecast and MTD sales i am struggling to get August month data.
Thanks in advance
Madie
@Anonymous
Are you able to do solve it?
Paul
@Anonymous
You can create the column using TOTALMTD function in power bi then publish to service. In report builder, you then connect the dataset to query the required field including the MTD column to create a paginated report.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
You should be able to do this by creating measures in your model using the TOTALMTD function (see https://docs.microsoft.com/en-us/dax/totalmtd-function-dax)