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
hey everyone,
I'm encountering an issue on a cumulative bar chart i'im trying to make.
I have to represent tonnage cumulation by chemical classes (0-1, 1.1-1.2 ....) and i've already made those.
I calculated a measure to plot tonnage which is :
Cumulalt = CALCULATE( SUM(Table[Tons]),
FILTER( ALL(Table), MIN(Table[Classes]) <= Table[Classes])
)
When i'm plotting it, it looks like this :
This is alright, but when i decide to add a legend, here it's a product classification which each line in my date source have, it goes like this :
The problem is that legend doesn't seem to discriminate my different products, it just stack 3 times the same value (~15M max x 3).
Any one have an idea ? thanks in advance !
I am facing same problem, Please let me know if you are able to resolve it
Well for the data set, each line represent 1 volume entity with a lot of attributes. Here what's useful for my visual are those attributes :
I can't put here a sample data because my csv contain ~1M lines and a random sample won't be representative.
Currently the problem can be see with a matrix display :
Classes | 1 | 2 | 3 |
1 | 14498307.5 | 14498307.5 | 14498307.5 |
1.1 | 14319542.5 | 14319542.5 | 14319542.5 |
1.2 | 13947776.25 | 13947776.25 | 13947776.3 |
1.3 | 13774018.75 | 13774018.75 | 13774018.8 |
1.4 | 13209607.5 | 13209607.5 | 13209607.5 |
1.5 | 12365866.25 | 12365866.25 | 12365866.3 |
1.6 | 10787102.5 | 10787102.5 | 10787102.5 |
1.7 | 8924576.25 | 8924576.25 | 8924576.25 |
1.8 | 7304201.25 | 7304201.25 | 7304201.25 |
1.9 | 5666880 | 5666880 | 5666880 |
2 | 4139023.75 | 4139023.75 | 4139023.75 |
2.1 | 2978871.25 | 2978871.25 | 2978871.25 |
2.2 | 2107673.75 | 2107673.75 | 2107673.75 |
2.3 | 1608771.25 | 1608771.25 | 1608771.25 |
2.4 | 1158721.25 | 1158721.25 | 1158721.25 |
2.5 | 745191.25 | 745191.25 | 745191.25 |
2.6 | 517865 | 517865 | 517865 |
2.7 | 370542.5 | 370542.5 | 370542.5 |
2.8 | 218385 | 218385 | |
2.9 | 120915 | 120915 | 120915 |
3 | 87525 | 87525 |
My cumulative measure (Cumulalt) (as visible above) give me the same [Tons] for each [Classif] which i know it's false.
In consequences, my cumulative bar chart can't have this legend. That's the problem
Any idea ? i guess my measure is wrong and that's what's causing trouble (i guess with the ALL() )
Hi,
I cannot understand your question. Someone who does will help you.
Hi,
Share some data to work with, explain the question and show the expected result in a simple Table format. From the Table, we can build any visual we want.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |