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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

How to show this is visual

Hi Team,

I have 5 columns,

ProjectBaselineQ1Q2Q3Q4
B100%100%98%  
C100%100%89%  
D100%100%100%  
E100%100%100%  
F100%100%100%  
G100%100%91%  
H95%100%90%  
G95%100%93%  
H90%N/A80%  
I90%N/AN/A  

My requiremtnet is to compare each Quarter to Quarter to baseline value and see if they have meet the critirica.

Not sure which visual to use and how to show this.

Thanks in Advance !

 

1 ACCEPTED SOLUTION

Hi, @Anonymous 

 

Has your problem been solved? Does my method above help?
You can create some measures as indicators such as:
Q1-base=AVERAGE('Table'[Q1])-AVERAGE('Table'[Baseline])


Note that in the screenshot above, your baseline is counting, which may indicate that this field is a text type. Please modify the type to percentage to calculate it normally.

vangzhengmsft_1-1626775314347.png

It seems like a good idea to use line and clustered column char.

vangzhengmsft_0-1626775260260.png

Please refer to the attachment below for details

 

Edit:
or just to create condition formatting rules to highlight the data in a table to see if they have meet the critirica.

vangzhengmsft_0-1627453340388.png

create a measure for each quarter.

_Q1 = IF(SUM('Table'[Q1])>=SUM('Table'[Baseline]),"green","red")

_Q2 = IF(SUM('Table'[Q2])>=SUM('Table'[Baseline]),"green","red")

_Q3 = IF(SUM('Table'[Q3])>=SUM('Table'[Baseline]),"green","red")

_Q4 = IF(SUM('Table'[Q4])>=SUM('Table'[Baseline]),"green","red")

 

Hope this helps.

 

Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-angzheng-msft
Community Support
Community Support

Hi, @Anonymous 

 

It seems like a good idea to use line and clustered column char.

Note that the data need to be formatted as the percentage type.

vangzhengmsft_1-1626256933231.png

 

result:

vangzhengmsft_0-1626256797566.png

Please refer to the attachment below for details

Hope this helps.

 

 

Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , Line or clustered bar line should help .

 

You can create measures like

average(Table[Baseline])  - average(Table[Q1])

 

or

 

average(Table[Baseline])  - average(Table[Q2])

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
Anonymous
Not applicable

@amitchandak ,

I am getting error in my visual

image.png

Hi, @Anonymous 

 

Has your problem been solved? Does my method above help?
You can create some measures as indicators such as:
Q1-base=AVERAGE('Table'[Q1])-AVERAGE('Table'[Baseline])


Note that in the screenshot above, your baseline is counting, which may indicate that this field is a text type. Please modify the type to percentage to calculate it normally.

vangzhengmsft_1-1626775314347.png

It seems like a good idea to use line and clustered column char.

vangzhengmsft_0-1626775260260.png

Please refer to the attachment below for details

 

Edit:
or just to create condition formatting rules to highlight the data in a table to see if they have meet the critirica.

vangzhengmsft_0-1627453340388.png

create a measure for each quarter.

_Q1 = IF(SUM('Table'[Q1])>=SUM('Table'[Baseline]),"green","red")

_Q2 = IF(SUM('Table'[Q2])>=SUM('Table'[Baseline]),"green","red")

_Q3 = IF(SUM('Table'[Q3])>=SUM('Table'[Baseline]),"green","red")

_Q4 = IF(SUM('Table'[Q4])>=SUM('Table'[Baseline]),"green","red")

 

Hope this helps.

 

Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.