The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Everyone,
I'm relatively new to PBI (former Tableau user). I've got a dashboard I'm working on where I want to display tickets (from a ticketing system) created over x days ago, giving the user the option to pick either 1 day or 10 days.
I set up a table (not joined to any other) called DaysThreshold and it contains one column (days) with values 1 and 10.
I created a new measure in my main data source called Selected days
Solved! Go to Solution.
@lalaVee77 Instead of using a Switch and Selected Value Function try with a Numeric parameter and use the measure produced from the parameter in your formula.
Proud to be a Super User!
Thanks so much!
Hi,
Share some data to work with and show the expected result. Share data in a format that can be pasted in an MS Excel file.
Hi @lalaVee77 is your DaysThreshold[Days] column a numerical or text type?
Proud to be a Super User!
I've tried it both ways.
@lalaVee77 Instead of using a Switch and Selected Value Function try with a Numeric parameter and use the measure produced from the parameter in your formula.
Proud to be a Super User!