March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I'm new to Power BI so there are a lot of things I can not figure out.
I need little help with a problem,
I have a few custom columns having a count of records in them and I want to put them in a clustered column chart.
Desired Visual:
Actual Visual:
Please help me with this.
@Anonymous , You need to create measures for all of them and put in bat visual without a axis or create a calculation group on those measures and use that group on the axis
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
I can not use this third-party extension you implemented, is there any other way you can suggest?
Hi @Anonymous ,
If your data model looks like as below, I suggest you to create a new table with all column names and add it into visual X-Axis Field.
Axis =
{"Phase 1","Phase 2","Phase 3"}
Measure:
Measure =
SWITCH(SELECTEDVALUE('Axis'[Value]),"Phase 1",SUM('Table'[Phase 1]),"Phase 2",SUM('Table'[Phase 2]),"Phase 3",SUM('Table'[Phase 3]))
Result is as below.
Best Regards.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
86 | |
77 | |
57 | |
52 |
User | Count |
---|---|
201 | |
137 | |
108 | |
73 | |
68 |