Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Currently, Power BI does not support dynamically executing DAX formulas stored as text in a table.
When using LOOKUPVALUE to retrieve a formula, it is treated as plain text rather than an executable measure.
This limitation prevents dynamic measure creation and forces users to manually define multiple measures using SWITCH, which is not always feasible.
I propose a feature that allows Power BI to evaluate and execute DAX expressions stored as text within a table column.
This would enable users to define formulas globally and reference them dynamically in measures, eliminating redundancy and improving maintainability.
No Dependency on SWITCH – Useful in scenarios where SWITCH is impractical.
LOOKUPVALUE Can Return Executable Measures – Avoids the issue of text conversion.
Centralized Formula Management – Define formulas once and reuse dynamically.
Greater Flexibility for Dynamic Reporting – Simplifies complex use cases.
This enhancement would significantly improve Power BI’s flexibility and efficiency for dynamic calculations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.