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
How can I calculate the percentage of a row value out of the total of the column of said value, with the total of the column being absolute and not changing relative to filters or fields? The normal SUM function calculates the total, but changes depending on the date or any other filter.
Hi,
A measure like this should help
=SUM(Data[Amount])/CALCULATE(SUM(Data[Amount]),ALL(Data))
Not exactly, but I found the problem, my domain was not continuous and so any sum measure would just add it per category and not progressively.
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 |