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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
LokambaTH
Helper I
Helper I

paginated report- Query correction

Hi All,

 

I am using below query to create a report a paginated report.

DEFINE
VAR BeginDate = DATEVALUE( 'ContractData'[SNAPSHOT_BEGIN_DATE])
VAR EndDate = DATEVALUE( 'ContractData'[SNAPSHOT_END_DATE])
VAR DateFilter=
FILTER(
KEEPFILTERS(VALUES(@Date)),
AND( @Date >= BeginDate, @Date <= EndDate))

 

EVALUATE SUMMARIZECOLUMNS('ContractData'[ACCOUNT], 'ContractData'[Due Date], RSCustomDaxFilter(@ContractDataCONAME,EqualToCondition,[ContractData].[CO_NAME],String),
DateFilter)

 

When i validate above query getting "no parameter match for multivalue placeholder"

 

LokambaTH_0-1676036485261.png

 

Could you please help to resolve this issue.

 

thank you in advance

 

1 REPLY 1
amitchandak
Super User
Super User

@LokambaTH , Change this like

 

VAR DateFilter=
FILTER( 'ContractData',
AND( @Date >= BeginDate, @Date <= EndDate))

 

or


KEEPFILTERS(AND( @Date >= BeginDate, @Date <= EndDate))

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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