The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.