This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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 , Try measures like
suxm(values(Table[Week end]),[Guests booked 2 yrs ago])
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |