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.
I need a bit help with a percentage!
I have a column with the formula:
Solved! Go to Solution.
@nataliesmiy1357 , First create a measure
Create the "No Read Count" measure:
No Read Count = CALCULATE(COUNTA(Passing_History[Pallet_Name]), Passing_History[Pallet_Name] = "No Data")
Then Create one more
Total Number of Pallets = COUNTA(Passing_History[Pallet_Name])
Create one for percentage
No Read Percentage = DIVIDE([No Read Count], [Total Number of Pallets], 0)
All the measures created above will automatically respect any date filters applied in your Power BI report, as long as the date filter is applied to the same table or related tables.
Proud to be a Super User! |
|
@nataliesmiy1357 , First create a measure
Create the "No Read Count" measure:
No Read Count = CALCULATE(COUNTA(Passing_History[Pallet_Name]), Passing_History[Pallet_Name] = "No Data")
Then Create one more
Total Number of Pallets = COUNTA(Passing_History[Pallet_Name])
Create one for percentage
No Read Percentage = DIVIDE([No Read Count], [Total Number of Pallets], 0)
All the measures created above will automatically respect any date filters applied in your Power BI report, as long as the date filter is applied to the same table or related tables.
Proud to be a Super User! |
|
Thank you! Looks like those counts for No Read Count and Total Number of Pallets work, but the Percentage didn't....
@nataliesmiy1357 Replace "/" with "," in your DIVIDE measure
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 |
---|---|
97 | |
65 | |
45 | |
39 | |
31 |
User | Count |
---|---|
164 | |
111 | |
61 | |
53 | |
38 |