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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors