Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |