Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Unable to create KPI for Power BI alerting

I am currently creating PowerBI Dashboard which will imports data from an Excel file. While importing the data from Excel sheet few rows mandatory column data is missing.  I am planning to use PowerBI and Flow alerting to inform Excel users that mandatory data is missing.

 

My table structure is id, name, amount, email.  Here amount data is missing for a few users.

 

PowerBI alerting needs a number of missing rows count so that if the missing row count is greater than zero it will trigger Flow alert. I am unable to create PowerBI KPI for missing row count.

 How to Create KPI for missing row count? 

 

Appreciate your help.

Thanks.

1 REPLY 1
PaulPalma
Frequent Visitor

Create a measure as follows
Measure =
COUNTBLANK(Table[amount])
 
You should then be able to create your KPI alert based on this value.
 
Thanks
 
Paul

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors