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
schanna
Frequent Visitor

Non Functioning Slicer Options : Dynamically Changing X-Axis of Vertical Bar chart

Hello Members,

 

Objective : To dynamically change metrics in the X-axis of vertical bar chart while keep y- axis constant.

 

Problem : Two metrics selected in the slicer are not rendering in the bar chart namely. That is viz not getting generated in bar chart:

                 (a) "CYTD vs PYTD %"

                    (b) "CYMTD vs PYMTD %"

 

Implementation: 

1) Table created with a field which contains names of different metrics to show in bar chart.

2) Measure created with switch function to tie the metric names with appropriate metric dax calculations is as under:

schanna_0-1668512204825.png

3) All the metrics listed above are absolute (in millions) expect for the two metric listed in problem which are relative (in percentage).

4) Dax Code for the issue metrics are as under (relative data type in percentage):

   (a) "CYTD vs PYTD %"  ---- IFERROR( ( [NIS CYTD]-[NIS PYTD] ) / abs( [NIS PYTD] ), 0 )

5) We tried making the two listed above problem metric data type into decimal but the problem persisit.

    (b) CYMTD vs PYMTD % ------  IFERROR( ( [NIS MTD]-[NIS PYMTD] )/abs[NIS PYMTD] ), )

 

Request members to provide support in solving this issue.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@schanna , Use field parameter release in May 2022, that is a better option

 

Power BI Field Parameters — A Quick way for Dynamic Visuals: https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9af...
Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Field Parameters- Conditional Formatting
: https://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@schanna , Use field parameter release in May 2022, that is a better option

 

Power BI Field Parameters — A Quick way for Dynamic Visuals: https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9af...
Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Field Parameters- Conditional Formatting
: https://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf

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.