Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Transactional Data Under Same Data Point - Visualization

Hello,

 

This should be a simple question but cannot figure it out for the life of me. Below I have an example of data I am looking at. Essentially, I want to be able to create a column chart that shows both 'In' and 'Out' transactions. The issue is that In and Out both live under Transaction. Any idea whether through DAX or Power Query Editor that I can split these out to achieve the chart?

 

Thanks!

 

jareds_0-1706110494824.png

 

2 ACCEPTED SOLUTIONS
audreygerred
Super User
Super User

You can use the Transaction field as it is to achieve this. Below, I entered data to a table to match your first 4 rows. I have the Date and Transaction fields in X-axis and a measure for the sum of Amount in Y-axis:

audreygerred_0-1706111543609.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

I would use a matrix, but yes. Here it is with Transaction as columns and Date in rows:

audreygerred_0-1706113748892.png

Here it is with Date in column and Transaction in rows:

audreygerred_1-1706113790376.png

 

Here it is with date and transaction in rows and nothing in column:

audreygerred_2-1706113830275.png

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

4 REPLIES 4
audreygerred
Super User
Super User

You can use the Transaction field as it is to achieve this. Below, I entered data to a table to match your first 4 rows. I have the Date and Transaction fields in X-axis and a measure for the sum of Amount in Y-axis:

audreygerred_0-1706111543609.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Anonymous
Not applicable

Thanks! Would this be the same idea for a table where I can show both In/Out? Currently it groups it under the same transaction column.

I would use a matrix, but yes. Here it is with Transaction as columns and Date in rows:

audreygerred_0-1706113748892.png

Here it is with Date in column and Transaction in rows:

audreygerred_1-1706113790376.png

 

Here it is with date and transaction in rows and nothing in column:

audreygerred_2-1706113830275.png

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Anonymous
Not applicable

Thank you so much! 😊

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.