Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sarasunagaram
Partner - Contributor II
Partner - Contributor II

Show two bars in equal size

Hi All

Please help me to resolve this issue. Here we are using year as a dimension, it is showing two years of data in two bars. We need to show two bars in equal length.

Thanks in Advance

Muni

7 Replies
Anil_Babu_Samineni

May be make it as Sum(TOTAL Measure) and don't enable data points.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sarasunagaram
Partner - Contributor II
Partner - Contributor II
Author

Hi Anil

We want see the data points .it is driving three exp in bar and one for no data and bars should be equal length.

Thanks,

Anil_Babu_Samineni

May be attach to investigate where we are?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sarasunagaram
Partner - Contributor II
Partner - Contributor II
Author

Shall i provide sample data with app.

Anonymous
Not applicable

Are you trying to show the percentage each dimension represents of the total count for each year? Like the image below:

percentsample.JPG

sarasunagaram
Partner - Contributor II
Partner - Contributor II
Author

Hi Tabib

It looks same as my requirement.Can u guide me how to achieve this one.

Thanks,

Muni

Anonymous
Not applicable

Try the following expression in your sample qvw:

=sum(Count) / sum(TOTAL <Id, Year> Count)

Fix.JPG