Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
hello good morning,
I am managing a matrix that gives me some amounts per month and per cinema name, however the totals are not being taken correctly, I don't know what is the reason for this.
Does anyone know what is happening?
thanks in advanced
Solved! Go to Solution.
In the end I managed to solve it on my own:
To correctly apply the segmenter I had to create myself a measure for each column, and at an origin I was not correctly applying sumx at the totals level,
The final measure was like this:
as an example for each measure try this
you need to iterate over month so that your total keeps the context of month. Try this for each measure.
MINISTERIO =
CALCULATE (
SUMX ( VALUES ( DATE[YEARMONTH] ), Consulta1[Importe] ),
FILTER ( Consulta1, Consulta1[ORIGEN] = "MINISTERIO" )
)
Proud to be a Super User!
can you share your calculation? Depending on how you have done your dax code for the calc it isn't always going to sum to the totals.
Proud to be a Super User!
Hllo sorry,
I have all of them in a measure table
without seeing your data it is hard to tell really but the reason it looks like this is happening to me is because there is no filter context at the total level.
are you able to share some sample data for 2 months?
Proud to be a Super User!
In the end I managed to solve it on my own:
To correctly apply the segmenter I had to create myself a measure for each column, and at an origin I was not correctly applying sumx at the totals level,
The final measure was like this:
well done sorry had a few busy days.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
126 | |
78 | |
78 | |
59 | |
51 |
User | Count |
---|---|
165 | |
83 | |
68 | |
68 | |
59 |