Reply
avatar user
Anonymous
Not applicable
Partially syndicated - Outbound

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

Syndicated - Outbound

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

Syndicated - Outbound

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. 

 

 

avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

Check out the March 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)