Forum Discussion
hi
- 1 year ago
abc_777 I put this together. PBIX is attached below signature. I think it's pretty close to what they had in the post. I'll try to make a video on it.
- 1 year ago
Hello Greg_Deckler ,
thanks man, this is the one i was looking for. when create vedio clip request u please share me.
i just have a little quiry rather make
Measure = 20000000Measure 2 = IF( [MOM] > 0, 20000000 )Measure 3 = IF( [MOM] < 0, 20000000 ) static, cant we make them dynamic?and i dont see the use of followingsMOM Neg = IF( [MOM] < 0, [MOM], BLANK() )MOM Pos = IF( [MOM] > 0, [MOM], BLANK() )would you mind to help me out please
thanks
abc_777 Can you post an example of a Piano Chart? Not familiar with that chart type.
- abc_7771 year agoSolution Specialist
Hello Greg_Deckler ,
https://www.linkedin.com/posts/arttennick_powerbi-activity-7282525744604299266-C1qK
here it is
- abc_7771 year agoSolution Specialist
no luck?
- Thejeswar1 year agoSuper User
Hi abc_777 ,
As far as I know, there is no in-built piano chart available in Power BI.
However if you see this post, they are mentioning that they are using a Line and Clutered Column Chart visual for this purpose
Here what they should have done to get this,
in the line chart they have hid the line and enabled the markers and added a error bar that starts from x-axis. Since the clustered column and error bars are of the same colour, you don't explicitly see it.
I built a quick visual with my data. Sharing it below
You just have to play more with innovative way to format your visual to get to exact similar look and feel
Hope this helps
Regards,
- abc_7771 year agoSolution Specialist
Thejeswar Thanks for you reply. As u were able to do would you mind to help me using my sample data please? if would be goo to have % of growth at marker using red and green color like i gave u the image.
Will be greate ful to you
Year Month Item name Item Quantity 2023 January A 2 2023 February b 4 2023 March c 2 2023 April a 3 2023 May b 4 2023 June d 5 2024 July b 6 2024 August a 4 2024 September c 3 2024 October a 2 2024 November b 4 2024 December e 3
thanks
- Greg_Deckler1 year agoCommunity Champion
abc_777 I put this together. PBIX is attached below signature. I think it's pretty close to what they had in the post. I'll try to make a video on it.
- abc_7771 year agoSolution Specialist
Hello Greg_Deckler ,
thanks man, this is the one i was looking for. when create vedio clip request u please share me.
i just have a little quiry rather make
Measure = 20000000Measure 2 = IF( [MOM] > 0, 20000000 )Measure 3 = IF( [MOM] < 0, 20000000 ) static, cant we make them dynamic?and i dont see the use of followingsMOM Neg = IF( [MOM] < 0, [MOM], BLANK() )MOM Pos = IF( [MOM] > 0, [MOM], BLANK() )would you mind to help me out please
thanks