This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have two tables, Invoices and Products. Each Invoice can have any number (1-n) products. Each product has a tag 'Renewal' or 'New', representing the kind of business they are.
I use a third table to allow the user to choose which to see - Renewals or New. Taking into account the value they've chosen, I create a string containing only the applicable products for each invoice, and display the invoices and their corresponding products in a table.
I have a measure that is assigned a value based on a complex filter, which takes into account which of two settings the user has selected as well as the created string, and comes up with a cost for the invoice, including only those products applicable given the user's choice (Renewals or New). I then display this cost on the same row as the invoice. So if the user changes his selection, for each row in the table, the products shown and the cost will both change, including only those products that match the selection.
But I need to be able to show a total value of all of the values shown. How do I sum the measure? If I drag it to the visual, it just shows me one of the figures that are in a row.
Hi @Budfudder,
Please have a look at this article:
Best regards,
Yuliana Gu
Hi @Budfudder
Try this pattern
SumofMeasure =
SUMX (
ALLSELECTED ( TableName[Column_For_Which_Measure_Needs_TO_B_AGRREGATED] ),
[Measure]
)
Unfortunately that didn't work. The result is the same as the cost for each particular row - it's not totalling.
Check out the May 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 |
|---|---|
| 29 | |
| 28 | |
| 25 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 29 | |
| 20 | |
| 19 |