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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors