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
Anonymous
Not applicable

How to merge three different columns ?

 

Hi everyone,

 

I would like to know if its possible to put these three differents charts into one chart. Each chart has the same value (Minutes) and dimension (WaitingRoom) different filter:

 

  • first chart (dark green) is based on filter      'is less than or equal to zero'
  • second chart (light green) is based on filter   'is greater than or equal to zero and is less than or equal to 20'
  • third chart (red) is based on filter 'is greater than 20'

 

Any suggestions? thanks in advances.

 

 

2017-07-27 13_26_41-Zillion Insights - Power BI Desktop.png

1 ACCEPTED SOLUTION
vanessafvg
Super User
Super User

@Anonymous create separate measures for each

 

ie

 

measure 1(dark green) = calculate(sum(measure), column <= 0)

 

etc.

 

and then plot them each on teh same graph





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
vanessafvg
Super User
Super User

@Anonymous create separate measures for each

 

ie

 

measure 1(dark green) = calculate(sum(measure), column <= 0)

 

etc.

 

and then plot them each on teh same graph





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Anonymous
Not applicable

@vanessafvg Thanks for your answer!

 

How to write a measure with this filter condition  'is greater than or equal to zero and is less than or equal to 20'?

 

Is this correct?

 

Measure= CALCULATE([TotalExaminationProcessInsight];
    'Fact ProcessInsights'[Duration] >= 0;
     'Fact ProcessInsights'[Duration] <= 20 )

@Anonymous looks correct have you tested it?

 

 





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




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.