Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello,I am trying to write a DAX statement which should show the sum of all the tickets with status as opened for the current month.
Can someone please tell me the syntax for it?
Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
Please try:
Calculate(sum(value), filter ('table', [status]="opened" && Month([Date])= Month(Today()) ))
Best Regards,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please try:
Calculate(sum(value), filter ('table', [status]="opened" && Month([Date])= Month(Today()) ))
Best Regards,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
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.