cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
shilpa288
Frequent Visitor

DAX- show Netural on Negative and Positive side of Axis.

I have two columns holding positive and Negative values which is written in Dax.

I want to show them in one column. I have to show these values on X axis and have to show Netural on both positve side and negative side of X axis. My issue is with Neturals. which I am not able to show on both side of axis.

How can I achieve this ?

 

Picture1.png

Thanks

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

In Power Query you can append tables if they have the same column name or not. But in your case you want them to have the same column  names

- Create a reference of the original table, remove the negative value column and rename the positive value column to "Value"

- Create another reference of the original table, remove the positive value column and rename the negative value column to "Value"

- append those two tables and filter out the empty values.

View solution in original post

2 REPLIES 2
shilpa288
Frequent Visitor

Thank you 

lbendlin
Super User
Super User

In Power Query you can append tables if they have the same column name or not. But in your case you want them to have the same column  names

- Create a reference of the original table, remove the negative value column and rename the positive value column to "Value"

- Create another reference of the original table, remove the positive value column and rename the negative value column to "Value"

- append those two tables and filter out the empty values.

Helpful resources

Announcements
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors