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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
apmulhearn
Helper III
Helper III

Same as Previous using Fiscal Week Numbers

Hello,

 

I have a chart visual working well for me in my Dashboard, but I need to make a Card which summarizes some of that data. I am struggling here. Below is an image of the items I'm working with.

 

"Weekly Booked Guests Totals" on the left summarizes weekly booked guests on the current year week end date, and shows me bookings for that same week number, historically.

 

However, I assume because of the "MAX" application in the measure I'm using, it is only returning 41 (the booked guests for the MAX week number in 2019.)

 

This is the measure I used to get the figures in the chart, which is working for me.

 

Guests booked 2 yrs ago = CALCULATE(sum('Invoices - Pmt Date'[Booked Guests (Primary Booking) (Booking)]),filter(all('date table'),'Date Table'[Week Rank]=max('Date Table'[Week Rank])-104))

 

I want the yellow multi-row card to summarize those totals correctly.

What can I use?

 

Thank you,

Amanda

apmulhearn_0-1618361931557.png

 

2 REPLIES 2
amitchandak
Super User
Super User

@apmulhearn , Try measures like

suxm(values(Table[Week end]),[Guests booked 2 yrs ago])

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

Thank you so much for trying to help me, but I think I am misunderstanding something. The Week End Date comes from a Date Table, and the Guests Booked 2 Yrs Ago Come from an Invoice Table. It looks like SUMX is designed to work on 1 table. Am I getting something wrong here?  

Thank you.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.