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

Automation of specific visuals from an indicator

Hi all, I am quite new to Power BI so am trying to get a sense of what is in scope/feasible.  I am trying to complete the following task: Take some metric data which is either stored in a DB or on Sharepoint and compare the values against a certain threshold. If they don't meet the criteria, a specific visualization will be triggered and put on the report showing the off-track metric, as well as a summary (again only triggered by the exception noted in comparing values). I know this can be done fairly easily manually, but my question is whether this could be fully automated? If so, a push in the right direction would be most appreciated.

 

Thanks much! 

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

Hi @Anonymous,

 

We can use if function to work on it. I made one sample for your reference. If it doesn't meet your requirement, kindly share your sample data and excepted result to me.

 

1. To create the measures as below.

 

total = SUM(Table1[value])
fil = IF([total]>15,[total],BLANK())
fil2 = IF([total]>18,[total]," ")

2. Then we can get the result as below.

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi @Anonymous,

 

Does that make sense? If so, kindly mark my answer as a solution to close the case.


Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

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.