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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

About Multiply the filtered value (Yesterday )

Hello,

 

I filtered from the yesterday column in the Excel table and I reached what workday we were.

 

Remaing workday = IF(Table1[Date]=TODAY()-1;Table1[Work Days])

 

My table:

https://hizliresim.com/r7S5xD

 

And Result: 

https://hizliresim.com/WO1qxY

 

I have no problem in this part.

 

I want to multiply the number on a column and the table above, but I couldn't. 

The workdays that appear for the yesterday I did above are not working in the multiplication process.

 

IF(Table1[Date]=TODAY()-1;Table1[Work Days])*[L8 için Plan]

 

The filter does not work in this code, and the multiplication table gives a very high number. I want it to multiply the data for yesterday. 

 

What do you recommend?

1 ACCEPTED SOLUTION

@Anonymous 

 

Just move the right parenthesis.

) * [L8 için Plan]

 

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

That's what I want to do:
17*1.685.756

According to the figures I mentioned in the table, he will perform the multiply with the figure of -1 day.

 

https://hizliresim.com/r7S5xDhttps://hizliresim.com/wcbRwY

 

I am trying the code below but it gives a very different result. The result should be 28,657,852.

 

test = SUMX(FILTER(Table1;Table1[Date]=TODAY()-1);Table1[Work Days]*[L8 için Plan])

 

 

https://hizliresim.com/4QgSX9

 

 

@Anonymous 

 

Just move the right parenthesis.

) * [L8 için Plan]

 

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors