Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi Guys,
I have a table which contains optimal value and months where the value either rises or falls below optimal value. I have used Slicer to filter specific Metrics. I have attached a picture below for clear explanation.
Solved! Go to Solution.
Hi @meIdo ,
According to your description, here is my suggestion.
When you use a histogram, the central axis always start at 0. I think if you want to see which month is above or below the baseline, you might as well do a subtraction. Please follow these steps.
Create measures.
July = MAX('Table'[Jul])-MAX('Table'[Baseline])Augest = MAX('Table'[Agu])-MAX('Table'[Baseline])September = MAX('Table'[Sep])-MAX('Table'[Baseline])
When the value is positive, it means that the baseline is exceeded, and when the value is nagative, it means that it is below the baseline.
Final Output:
Or you can use EXCEL to add a baseline and please refer to the following link which may be helpful to you.
How to add horizontal benchmark/target/base line in an Excel chart? (extendoffice.com)
I attach my sample below for your reference.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @meIdo ,
According to your description, here is my suggestion.
When you use a histogram, the central axis always start at 0. I think if you want to see which month is above or below the baseline, you might as well do a subtraction. Please follow these steps.
Create measures.
July = MAX('Table'[Jul])-MAX('Table'[Baseline])Augest = MAX('Table'[Agu])-MAX('Table'[Baseline])September = MAX('Table'[Sep])-MAX('Table'[Baseline])
When the value is positive, it means that the baseline is exceeded, and when the value is nagative, it means that it is below the baseline.
Final Output:
Or you can use EXCEL to add a baseline and please refer to the following link which may be helpful to you.
How to add horizontal benchmark/target/base line in an Excel chart? (extendoffice.com)
I attach my sample below for your reference.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 31 | |
| 28 | |
| 24 |