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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
uif19085
Helper III
Helper III

Query Parameters to get all data in Service

Hello everyone. First time trying to set up PowerQuery to bring all the data in Service if the Parameter is empty. First step was to create a List of Projects with the help of the Column that contains all the project names named PROJECT_NAME, then i've created a Parameter this:

uif19085_0-1692167043550.png

Then i've tried to set up the PowerQuery in the AdvancedEditor and it looks like this:
let
Source = Oracle.Database("{Server}[Data],
PBI_METRIC_EVOLUTION_V1 = DB_PRD{[Name="PBI_METRIC_EVOLUTION_V"]}[Data],
FilteredRows = if ProjectName = "" then PBI_METRIC_EVOLUTION_V1 else Table.SelectRows(PBI_METRIC_EVOLUTION_V1, each [PROJECT_NAME] = ProjectName)
in
FilteredRows

Then for testing i've put an empty string locally in EditParemeters and also on Parameter in Service but it filters with nothing, get only an empty Table. Do i miss something, i'm doing something wrong? Thank you

 

1 REPLY 1
ToddChitt
Super User
Super User

When you refer to Parameters in Power Query, preface them with #:

 #ProjectName

If the parameter contains spaces in the name, wrap it in single quotes:

#"Project Name"

 

Do this: Write your Power Query WITHOUT the parameters. Does it work? Can you post that, plus a sample of what the parameter might contain?

 

If this answers your question, please consider marking it as a Solution. Or give Kudos to helpful replies.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.