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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Sashwato
Helper II
Helper II

Column Chart with Multiple Category Calculated

Hello Team,

 

I am trying to display a column chart representation as below image:

Column chart issue.PNG

The challenge that I am facing is - all these ACT and BU values of New Margin, Used Margin, New F&I and Used F&I are measures calculated in the dataset. I am able to pull them in a clustered column chart, however I cannot see any customization to have a SPACE in between 4 different items.

The below chart is what I get:

Sashwato_0-1628387083229.png

 

How can I have a space between all those 4 different category measures? Any idea would be appreciated!

 

Thanks!

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @Sashwato 

check the structure of your data, and ensure the data has correct structure.

vxiaotang_1-1628674699151.png

vxiaotang_0-1628674633068.png

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-xiaotang
Community Support
Community Support

Hi @Sashwato 

Have you solved this problem? If yes, could you kindly accept the answer helpful as the solution (or kindly share your solution ). so the others can find it more quickly.
really appreciate!
Any question, please let me know. Looking forward to receiving your reply.

 

Best Regards,

Community Support Team _Tang

v-xiaotang
Community Support
Community Support

Hi @Sashwato 

check the structure of your data, and ensure the data has correct structure.

vxiaotang_1-1628674699151.png

vxiaotang_0-1628674633068.png

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Super User
Super User

@Sashwato You want to use a disconnected table for your Axis. Then you can create a single measure that determines which measure to show based upon the value in the Axis. For example:

Measure to Show = 
  SWITCH(MAX('AxisTable'[Column],
    "New Margin",[New Margin],
    "Used Margin",[Used Margin],
    "New F&I",[New FI],
    [Used FI]
  )

In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.