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.
Hi All,
I have switch measure which I would like to run a trace on within DAX Studio. It is a typical switch measure which uses a filter from an unrelated lookup table - MeasuresTable.
How do I apply a filter to an evaluate statement when the measures table is a unrelated table? Currently it is returning a table of multiple values rather than a single value (as you would expect).
Currently the EVALUATE statement looks something like this:
EVALUATE
SUMMARIZE(
'FactTable',
'dimDate'[Month],
"Value", [SwitchMeasure1],
)
FILTER(MeasureTable, 'MeasureTable'[MeasureName] = "The Measure I Want") <--- Where do I put this!
@Anonymous,
Could you please share sample data of your tables and post expected result here?
You can add CALCULATE() function to return filtered data inside the SUMMARIZED function following the instructions in the blog below.
http://www.sqlbi.com/articles/best-practices-using-summarize-and-addcolumns/
However, if you want to return single value instead of table, you may need to create measure or calculated column instead of summarized table.
Regards,
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 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 61 | |
| 50 | |
| 25 | |
| 20 | |
| 20 |