Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Currently in DAX Query View you have the option to
These 'links' are on a line above of every measure.
It would be fantastic if a check box was in front of these, with the following functionality:
If multiple check marks are set, then clicking the link will create/overwrite All selected Measures.
This would greatly improve the ability to efficiently create measures within Power BI Desktop itself.
example (current):
DEFINE
-- link here with text : Update model Overwrite Measure
MEASURE 'IMDB Top 250 movies'[Avg Rating] = AVERAGE('IMDB Top 250 movies'[IMDb Rating] )
-- link here with text : Update model Add new Measure
MEASURE 'IMDB Top 250 movies'[Max Rating] = MAX('IMDB Top 250 movies'[IMDb Rating] )
Change (Suggested):
DEFINE
Check box in front of the text : Update model Overwrite Measure
MEASURE 'IMDB Top 250 movies'[Avg Rating] = AVERAGE('IMDB Top 250 movies'[IMDb Rating] )
Check box in front of the text : Update model Add new Measure
MEASURE 'IMDB Top 250 movies'[Max Rating] = MAX('IMDB Top 250 movies'[IMDb Rating] )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.