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

Don'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.

Reply
Anonymous
Not applicable

How can we create an alert for blank rows in a Matrix?

I have matrix in a dashboard as follows.

 

 

Assignment Name

Employee name

Assignment date

Completion date

Manager Name

Assignment1

Paula

01-Jun-20

 

Y

 

John

01-Jun-20

02-Jun-20

X

 

Jenny

 

 

X

 

Tim

01-Jun-20

03-Jun-20

Y

Assignment2

Paula

 

 

Y

 

Peter

02-Jun-20

03-Jun-20

Z

 

John

03-Jun-20

 

X

 

Sam

02-Jun-20

03-Jun-20

Y

 

Here,

 

1.  Here, our primary goal is to create an alert in dashboard for blank assignment date and completion date.  How can we achieve it?

 

2.   We require to send weekly email to the respective managers on a weekly basis notifying their team members status, i.e.,members who have not been given any assignment and members who are yet to complete the assigned course. 

 

3.  Secondly, we require to send direct emails automatically to individual team member (every 15 days) with copies to managers to complete the courses assigned if not completed yet.

 

Can this be achieved through PowerBI and PowerAutomate?  Please brief a little on steps.

1 ACCEPTED SOLUTION
rubinboer
Resolver II
Resolver II

1.  Here, our primary goal is to create an alert in dashboard for blank assignment date and completion date.  How can we achieve it?

Create measures to check empty dates:

Check Finish Date = IF(isblank(maxx('YourTableName','Table (3)'[YourTableName])),1,0)
or a new colum
Check Finish Date = IF(ISBLANK(Table (3)'[YourTableName]),1,0)
In the table visual make sure you have "Show items with no data" selected
 
Select your column and set a conditionl filter, if Check Finish Date > 1 then 'your color'
 

pic1.png

THESE ARE POWER FLOWS (what is your data source and email mechanish.)

2.   We require to send weekly email to the respective managers on a weekly basis notifying their team members status, i.e.,members who have not been given any assignment and members who are yet to complete the assigned course. 

Scheduled flow

pic2.PNG

set your weekly schedule on the day you wish it to send

pic-3.PNG

complete flow

pic3.PNG

 

3.  Secondly, we require to send direct emails automatically to individual team member (every 15 days) with copies to managers to complete the courses assigned if not completed yet.

Create a flow that runs every 15 days and based on the information in your database the body can be constructed to do that and send it to the team emember and with O365 connector you can find their maanger and send it to them too.

 

the flow guys willbe better suited to assis you with this. 

 

 

View solution in original post

1 REPLY 1
rubinboer
Resolver II
Resolver II

1.  Here, our primary goal is to create an alert in dashboard for blank assignment date and completion date.  How can we achieve it?

Create measures to check empty dates:

Check Finish Date = IF(isblank(maxx('YourTableName','Table (3)'[YourTableName])),1,0)
or a new colum
Check Finish Date = IF(ISBLANK(Table (3)'[YourTableName]),1,0)
In the table visual make sure you have "Show items with no data" selected
 
Select your column and set a conditionl filter, if Check Finish Date > 1 then 'your color'
 

pic1.png

THESE ARE POWER FLOWS (what is your data source and email mechanish.)

2.   We require to send weekly email to the respective managers on a weekly basis notifying their team members status, i.e.,members who have not been given any assignment and members who are yet to complete the assigned course. 

Scheduled flow

pic2.PNG

set your weekly schedule on the day you wish it to send

pic-3.PNG

complete flow

pic3.PNG

 

3.  Secondly, we require to send direct emails automatically to individual team member (every 15 days) with copies to managers to complete the courses assigned if not completed yet.

Create a flow that runs every 15 days and based on the information in your database the body can be constructed to do that and send it to the team emember and with O365 connector you can find their maanger and send it to them too.

 

the flow guys willbe better suited to assis you with this. 

 

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.