Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Anonymous
Not applicable

Can someone help me fix this DAX formula?

jmays86_0-1621013953091.png

YTD Total W/O & Disc = Calculate(TKD[Total Adjust])+TKD[Agreed Disc.]),FILTER(Dates,Dates[YTD Flag]="Show YTD")
 
Getting the Error "The syntax for ',' is incorrect error.  I'm not sure what's wrong here.  Any help would be greatly appreciated!
 
Thanks,
 
Jordan
1 ACCEPTED SOLUTION
dkaushik
Resolver II
Resolver II

Hi @Anonymous ,

 

Try this:
YTD Total W/O & Disc = Calculate(TKD[Total Adjust]+TKD[Agreed Disc.], Dates[YTD Flag]="Show YTD")

Thanks,

Dheeraj

If this post helps, then please consider Accept it as the solution and give thumbs up to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
PaulDBrown
Community Champion
Community Champion

YTD Total W/O & Disc = Calculate(SUM(TKD[Total Adjust])+SUM(TKD[Agreed Disc.]),FILTER(Dates,Dates[YTD Flag]="Show YTD"))





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






dkaushik
Resolver II
Resolver II

Hi @Anonymous ,

 

Try this:
YTD Total W/O & Disc = Calculate(TKD[Total Adjust]+TKD[Agreed Disc.], Dates[YTD Flag]="Show YTD")

Thanks,

Dheeraj

If this post helps, then please consider Accept it as the solution and give thumbs up to help the other members find it more quickly.

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.