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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
vjnvinod
Impactful Individual
Impactful Individual

combining 2 different measure

Dear community,

 

I have 2 measures below.

let say output of the First measure is in % & is 58%

and let say output of the second measure is numbers & is 98,807

 

i would like to merge/combine/concatenate the below measure and get an output like

"58%, 98807"

 

Let me know how to concatenate the below measures, so that i get the combined out "58%, 98807"?

 

Variance = IF([selectval]="Plan",IF([Plan]=BLANK(),0,-([Plan]-[Actuals])/[Plan]),IF([MLO Total]=BLANK(),0,-([MLO Total]-[Actuals])/[MLO Total]))
 
Variance ($) = IF([selectval]="Plan", IF([Plan]=BLANK(),0,([Plan]-[Actuals])),IF([MLO Total]=BLANK(),0,([MLO Total]-[Actuals])))
1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

Perhaps something like:

 

Measure 10 = FORMAT([Measure 8],"PERCENT") & ", " & [Measure 9]

Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Super User
Super User

Perhaps something like:

 

Measure 10 = FORMAT([Measure 8],"PERCENT") & ", " & [Measure 9]

Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.