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 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])

 

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
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.