This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. 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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |