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
Hi, is it possible to highlight changes above e.g. 10% vs. the preceding month in a matrix visual?
The result is expected to look like this:
January | February | March | April | |
Sales | 10000 | 10500 | 9000 | 10000 |
variable costs | 3000 | 3150 | 2500 | 2700 |
fixed costs | 1000 | 1000 | 1000 | 1150 |
overhead costs | 500 | 1200 | 500 | 500 |
EBIT | 5500 | 5150 | 5000 | 5400 |
Thanks!
Solved! Go to Solution.
Then, use Sum(Amount) instead of YOURMEASURE
All numbers are in a single column and I have an attribute column ("line items")
Then, use Sum(Amount) instead of YOURMEASURE
Thanks, Olga!
yet I don't get it yet. What is [yourmeasure]? It doesn't seem like calculate accepts a column as first argument.
My data has the following columns:
Table Facts:
[Line item]: Sales, variable costs, fixed costs, overhead costs
[Amount]: numbers listed above
[calendar]: Year and month
[EBIT]: is a calculated column
Sum(Amount) is your measure, your numbers ,what you are displaying.
line items, what do you mean, those are the values in a column? or those are separate columns?
Format Measure =
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 |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
165 | |
116 | |
63 | |
57 | |
50 |