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
Tobias2019
Regular Visitor

Datasets - Execute Queries with filtering on a string

Dear all,

 

how do I filter a DAX statement with Power BI REST API (Execute Queries), when the filter is a string value?

 

Something like this works

FILTER ('table', 'table'[column] = FIRSTNONBLANK('table'[column], 'table'[column]))

 

Something like this does not (and this is what I want to make work).

I guess, it is only about formating, since the " related to the filter value are understood as end of the JSON value from the PowerBI REST API

FILTER ('table', 'table'[columnArea] = "value")

 

Thanks for any support!

1 ACCEPTED SOLUTION
KentKMishra
Regular Visitor

We had to use a delimator to escape the quotes. Ours is slightly different because we used to ExecuteQuery function in the request and did not have to use the single quotes for the table/columns, but for the = "value" portion ours looked something like:

= \"value\"

View solution in original post

2 REPLIES 2
Tobias2019
Regular Visitor

You are right! That worked. Thanks for the solution!

KentKMishra
Regular Visitor

We had to use a delimator to escape the quotes. Ours is slightly different because we used to ExecuteQuery function in the request and did not have to use the single quotes for the table/columns, but for the = "value" portion ours looked something like:

= \"value\"

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.