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
Sandra05silva
Frequent Visitor

Consulta sobre agregar una alerta de actualización en un informe de Power BI

Buen día para todos,

Actualmente, tengo un informe de Power BI en el cual he implementado un botón que permite actualizar el conjunto de datos a través de una URL. Sin embargo, me gustaría saber si existe alguna funcionalidad o solución que permita mostrar una alerta o mensaje de estado (como un "cargando" o "actualización en curso") al hacer clic en la imagen del botón. El objetivo es que, mientras se actualizan los datos, los usuarios reciban una notificación visual indicando que el proceso de actualización está en progreso.

Agradezco mucho su tiempo y apoyo en este tema.

Captura de pantalla 2024-11-19 104351.png

1 ACCEPTED SOLUTION
v-nmadadi-msft
Community Support
Community Support

Hi  @Sandra05silva   ,
Thanks for reaching out to the Microsoft fabric community forum.

Hope you got clarity on the refresh button by the points provided by @lbendlin  , if you still feel you have a requirement for that button and you would like to implement some kind of pop up, please try these steps
step 1: Create a new page in your report 

vnmadadimsft_0-1738731772722.png

 

Switch on the use of tooltips and then in canvas settings change the type to tooltip

vnmadadimsft_1-1738731781170.png

 

 


In the same page add text box and write the content you require:

vnmadadimsft_2-1738731790604.png

 

 

Step 2: Create a dax measure “Info Icon = UNICHAR(128712)”  
Step 3: Then create a card visual and select the dax measure you have created

vnmadadimsft_3-1738731799575.png

 


Output of the two above steps will look like 

vnmadadimsft_6-1738731835904.png

 

Step 4: For the final step go to Format visual > General > Tooltips > Options and select the tooltip page you created in step 1.

 vnmadadimsft_4-1738731808990.png

 

The output will look like this: 

vnmadadimsft_7-1738731848433.png

 

 

 

You could place this button beside the refresh button, when the user clicks on refresh and takes his mouse close to info button they will know that the update is in progress.


If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards

View solution in original post

2 REPLIES 2
v-nmadadi-msft
Community Support
Community Support

Hi  @Sandra05silva   ,
Thanks for reaching out to the Microsoft fabric community forum.

Hope you got clarity on the refresh button by the points provided by @lbendlin  , if you still feel you have a requirement for that button and you would like to implement some kind of pop up, please try these steps
step 1: Create a new page in your report 

vnmadadimsft_0-1738731772722.png

 

Switch on the use of tooltips and then in canvas settings change the type to tooltip

vnmadadimsft_1-1738731781170.png

 

 


In the same page add text box and write the content you require:

vnmadadimsft_2-1738731790604.png

 

 

Step 2: Create a dax measure “Info Icon = UNICHAR(128712)”  
Step 3: Then create a card visual and select the dax measure you have created

vnmadadimsft_3-1738731799575.png

 


Output of the two above steps will look like 

vnmadadimsft_6-1738731835904.png

 

Step 4: For the final step go to Format visual > General > Tooltips > Options and select the tooltip page you created in step 1.

 vnmadadimsft_4-1738731808990.png

 

The output will look like this: 

vnmadadimsft_7-1738731848433.png

 

 

 

You could place this button beside the refresh button, when the user clicks on refresh and takes his mouse close to info button they will know that the update is in progress.


If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards

lbendlin
Super User
Super User

 implemented a button that allows you to refresh the dataset

That's not what that button does. What it does is request a refresh.

 

A refresh - if the request is accepted - is totally asynchronous.  If you allow report users to request semantic model refreshes then you will end up in a scenario where the Power BI Service will issue you a 429 penalty, and will ignore these requests if another refresh is in progress.

 

Refresh duration is non-deterministic, and depends on a lot of external factors.

 

Another thing - a completed refresh can still be successful or not. So "completed"  means not much.

 

You could concoct a workaround with a PowerApps visual and a Direct Query data source but the user experience will be bad, and you will incur additional licensing costs.

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! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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