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
jmcph
Helper III
Helper III

Slicing Dates problem

Hi Everyone, I have a problem with my date slicers, here is my model: 

 

jmcph_0-1603256006627.png

 

I have computed for the Amount for both Order and AP table (With common PO#) , using this function 

= Calculate( Amount ,
Treatas( Summarize ( Orders, Orders[PO #] ) , AP[PO #] ))  - It works as i intended, 
However, whenenver i try to slice thru dates (month or year) it doesnt show anything. 
 
I hope you can help me with this, any insight will surely be a great help! 
 
Thank you! 
 
 

 

1 ACCEPTED SOLUTION
v-janeyg-msft
Community Support
Community Support

Hi, @jmcph 

 

It’s my pleasure to answer for you.

According to your description,I think you can try ’allselected’ in your formula when you use a slicer.

Like this:

Calculate( Amount ,

Treatas( Summarize ( Allselected(Orders), Orders[PO #] ) , AP[PO #] )) 

If it doesn’t solve your problem, please feel free to ask me.

 

Best Regards

Janey Guo

 

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
v-janeyg-msft
Community Support
Community Support

Hi, @jmcph 

 

It’s my pleasure to answer for you.

According to your description,I think you can try ’allselected’ in your formula when you use a slicer.

Like this:

Calculate( Amount ,

Treatas( Summarize ( Allselected(Orders), Orders[PO #] ) , AP[PO #] )) 

If it doesn’t solve your problem, please feel free to ask me.

 

Best Regards

Janey Guo

 

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

amitchandak
Super User
Super User

@jmcph , dates you are taking from the calendar table?

Can you share  a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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