Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I am using following measure and used it in "Total" column in a table:
I want to add one more column in the same table to show the %. I am able to do it in Excel:
I need help to achieve the same in PBI.
Solved! Go to Solution.
You can create a measure like
% =
VAR CurrentValue = [# cases]
VAR Total =
CALCULATE ( [# cases], ALLSELECTED ( 'Table'[Client] ) )
RETURN
DIVIDE ( CurrentValue, Total )
You can create a measure like
% =
VAR CurrentValue = [# cases]
VAR Total =
CALCULATE ( [# cases], ALLSELECTED ( 'Table'[Client] ) )
RETURN
DIVIDE ( CurrentValue, Total )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
14 | |
11 | |
8 | |
8 | |
8 |
User | Count |
---|---|
22 | |
13 | |
11 | |
10 | |
10 |