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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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