Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
good noon!
in a table, after VERY LONG calculation, exist measure MeasureTotal (sum of vere many columns ans measures)
and Measure MeasureTotalSum
MeasureTotalSum=CALCULATE('Table1'[MeasureTotal];ALLSELECTED('Table1'))adding correctly
and i`m need the MeasureCumulativeTotal
writing
MeasureCumulativeTotal =CALCULATE('Table1'[MeasureTotal];
FILTER(ALLSELECTED('Table1');'Table1'[MeasureTotal]>=MAXX('Table1';'Table1'[MeasureTotal])all, as in the example
but, instead of the expected result, i had some Unordered number.
how me changed the code to achive standart result?
@bi_team_ru2 If I understand what you are asking
You have Ranked some category say People based on the Total Net Sales whatever... over some time periods
And you want a Running/Cumulative Total Column BASED ON RANK not dates - to the right of your Total Net per Name Column
What would really help is if you could put Measures on Rows in the Matrix...
Post the solution if you find it.
You may have to create another table with the results and then use the - Filter(ALL(TableName), [Rank]<=MAX[Rank])
It won't let me use the Measure
good noon, Sean!
The all measure - the result of a MANY Calculation. and column rank is a next
used this column on a calculation - meaningless
mRank is Measure too, it`s result of the old (incorrect) idea.
then i`m calculate cumulative total based on this measure (Column mRank), on the result i had a column of 1 and variants <= or >=
- don`t change the result
creating the variable MShare, i has non-normalising column of measure Share (multiply koef near 240)
This is a PROBLEM : standart example don`t take a result.
thank for idea and articles. if i`ll solved, nessesary writing result
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |