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
You will be able to achieve this but you'll need to create some calculated measures which we can help you with.
@Ankitapahuja You say cross table - which I'll assume to be a Matrix with 1 Row [Value] and 1 [Column Field]
1) You can write a Measure like this to calculate the % of Row Total
% of Row Total = DIVIDE ( SUM ( Table1[Value] ), CALCULATE ( SUM ( Table1[Value] ), ALLSELECTED ( Table1[Column Field] ) ), 0 )
OR
2) if this doesn't give you what you want - try the Quick Calc Options in PBI - % of Column Total or % of Grand Total
(you can also verify the above Measure calculates the same as the built-in Calc)
Currently that's all we have built-in - but you can simulate % Of Parent Row (or Column) and all others as Measures
such as these from Excel...
Hope this helps!
Thanks @Sean. This helps. But my major concern for now is with creating Percentage change/growth with respect to previous values in table, for e.g week on week growth.
We have weeks in 1 column and sales in another, how can we calculate week on week growth for them?
Thanks in advance.
Which is possible but you'll need to create measures in Power BI. It's easy enough and we are keen to help.
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 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |