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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors