Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Jkaelin
Resolver I
Resolver I

Easy Question: How to Write Measure on Multiple Rows

How do I write a measure & break it out as (1st example below) vs. it all being jumbled on the same line (2nd example below)?  When writing the formula, hitting the Enter button doesn't allow me to jump to the 2nd row.  Make sense?  Thank you.  

 

 

Cumulative Return Column = CALCULATE (
SUM(Index_Master_Mo[Value_of_1] ),
FILTER (
ALL (Index_Master_Mo[Excel_EOMonth_Date]),
Index_Master_Mo[Excel_EOMonth_Date] <= MAX ( Index_Master_Mo[Excel_EOMonth_Date])
)
)-1

 

Cumulative Return Column = CALCULATE (SUM(Index_Master_Mo[Value_of_1] ),FILTER (ALL (Index_Master_Mo[Excel_EOMonth_Date]),Index_Master_Mo[Excel_EOMonth_Date] <= MAX (Index_Master_Mo[Excel_EOMonth_Date])))-1

1 ACCEPTED SOLUTION
Sean
Community Champion
Community Champion

in PBI you can use => Alt + Enter

 

You can quiclkly format your Measures using http://www.daxformatter.com

 

Use DAX Studio along with the PP Utilitites Tool to document all your Measures

http://daxstudio.codeplex.com/

http://www.sqlbi.com/tools/power-pivot-utilities/

 

Here's a helpful link on how to do this

http://exceleratorbi.com.au/getting-started-dax-studio/

 

Hope this helps! Smiley Happy

View solution in original post

6 REPLIES 6
Sean
Community Champion
Community Champion

in PBI you can use => Alt + Enter

 

You can quiclkly format your Measures using http://www.daxformatter.com

 

Use DAX Studio along with the PP Utilitites Tool to document all your Measures

http://daxstudio.codeplex.com/

http://www.sqlbi.com/tools/power-pivot-utilities/

 

Here's a helpful link on how to do this

http://exceleratorbi.com.au/getting-started-dax-studio/

 

Hope this helps! Smiley Happy

@Sean

 

Alt+Enter works perfect.  Loved the website recommendation & I plan to use that to help guide me.  Thank you.

Do you know a reason why Alt+Enter doesn't work in formula bar?

 

Sean
Community Champion
Community Champion

@SimoneH

In the DAX (Data View) formula bar => ALT + Enter works

In the Query Editor you can open the Advanced Editor and there Enter works! (no need for ALT)

you can also use Enter when creating a Custom column - in the pop window Enter also works

Query Editor - Enter.png

 

Hope this helps! Smiley Happy

@MarcelBeugcan probably shed some further light onto this Smiley Happy

SimoneH
Frequent Visitor

Thank you Sam for all the details.  After spending some time yesterday researching why Alt+Enter doesn't work in my formula bar... my conclusion was … because of OS (Windows 10). Because I have installed Power BI Desktop on other machine and it works just fine.

I don't know why.  I assume it should work.  Does it not work for you?

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.