Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I would like to refer a Field from a table that is stored in a Variable within a next statement.
Basically something like this (this example doesn't make sense but it is a preparation for a larger statement.
The final goal is to realize somethign dynamic like in this post https://community.powerbi.com/t5/Desktop/Filtering-and-Ranking/m-p/193043#M84959
But I I could already realize this i'm on the good path ..
I'm getting the error "Table variable 'FirstRowWithMaxRatioByLoc' cannot be used in current context because a base table is expected."
Measure = VAR MaxRatioByLoc = SUMMARIZE(Sheet2,[Location],"MaxOoOByLoc",MAX(Sheet2[Ratio])) VAR FirstRowWithMaxRatioByLoc = NATURALINNERJOIN(MaxRatioByLoc, Sheet2) RETURN MAX(FirstRowWithMaxRatioByLoc[MaxOoOByLoc])
Solved! Go to Solution.
Hi @Anonymous,
From the link, Xiaoxin Sheng has provided a solution to achieve your goal that can dynamically return table. Please try his suggestion to check whether it can work in your scenario. If you still have any question, please feel free to ask.
Best regards,
Yuliana Gu
Hi @Anonymous,
From the link, Xiaoxin Sheng has provided a solution to achieve your goal that can dynamically return table. Please try his suggestion to check whether it can work in your scenario. If you still have any question, please feel free to ask.
Best regards,
Yuliana Gu
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 41 | |
| 32 | |
| 24 |