Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi
I'm using the below DAX
Hi @Sean-OReilly ,
Please try this measure.
Costs last 2 months =
CALCULATE(
[Total Costs to Date],
DATESINPERIOD(
MK_Job_LedgerEntries[Posting_Date],
TODAY(),
-2,
MONTH
)
)
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for coming back to me.
Unfortunatley it did not work. It just comes back Blank
Here is what i tried
Should Add A Column instead of Using a Measure ?
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.