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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Ricardo2
New Member

How to create a parameter in a report connected through Livequery to SSAS

Hello,

 

i would like to know, if a develop a report (in PBI Desktop) connected by livequery to an SSAS model, how can i create a parameter so that i can create for example a dropdown by year - preferently without having to do anything from the SSAS model side.

 

Regards

 

2 REPLIES 2
Anonymous
Not applicable

hello you can use the "Enter data" or a distinct in you query...

enter data.PNG

 

after this you can find the field whit a measure like:

"

IF(HASONEVALUE(Periods[Mercado]),SWITCH(VALUES(Periods[Mercado]),
"Autoservicios....", [Value Area MTD],
"cash & C....", [Value Area YTD],
"Mayoreo P...", [Value Area RY])) etc

"

Anonymous
Not applicable

Hello @Anonymous 

 

Thank you, but i think your tip doesn't work for what i need; if you are connected through LiveQuery, you don't have access to PowerQuery and to that button in particular.

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors