Forum Discussion

prabavathym's avatar
prabavathym
Icon for Helper II rankHelper II
1 year ago
Solved

How to Refresh Power BI Reports Based on Values in an Excel File?

Hi everyone, I need help figuring out how to set up a system to refresh specific Power BI reports based on conditions in an Excel file. Here's the scenario: I have an Excel file with two columns: ...
  • uzuntasgokberk's avatar
    1 year ago

    Hello prabavathym ,

     

    You can implement via Power Automate. There is a node "Run a query against a dataset" in Power Automate. İn you case it is suitable. For example you can write the a query and make conditional based on your case.

    "
    EVALUATE
    ROW(
    "name",CALCULATE(MIN('yourtable'[yourcolumn]))
    )
    "

    Kind Regards,
    Gökberk Uzuntaş

    📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

    🔗 Stay Connected:
    📘 Medium |
    📺 YouTube |
    💼 LinkedIn |
    📷 Instagram |
    🐦 X |
    👽 Reddit |
    🌐 Website |
    🎵 TikTok |

  • prabavathym's avatar
    prabavathym
    1 year ago

    Hi uzuntasgokberk ,

    Thanks for the suggestion! I’ll give the "Run a query against a dataset" node a try and see how it works for my scenario. Appreciate the help!