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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
venug
Helper II
Helper II

How to capture text inputs

Hi Everyone!

 

I am tryiing to capture text input (sample : 10,20,30,40), & display in dashboard. Could you please suggest to me how can acheive it.

 

thanks in advance. 

 

Regards,

Venu

4 REPLIES 4
v-eqin-msft
Community Support
Community Support

Hi @venug ,

 

Sorry for that the information you have provided is not making the problem clear to me.

If you want to create such a table:

Eyelyn9_0-1657593016554.png

Please try:

Table = {10,50,100}
Index = RANKX('Table',[Value],,ASC) 
Bin = 
var _pre=CALCULATE(MAX('Table'[Value]),FILTER('Table',[Index]=EARLIER('Table'[Index])-1))
return
IF([Index]=1, "x <"&[Value], _pre&"> x <"&[Value])

 

Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.

 

Refer to:

How to Get Your Question Answered Quickly - Microsoft Power BI Community

How to provide sample data in the Power BI Forum - Microsoft Power BI Community

 

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-eqin-msft ,

Thanks for your response. Bin creation has already done from my side. 
Just i want to take input from users for "10,50,100". How can acheive it in Power BI, which visual is suitable for it?
10,50,100 this is user input. user may enter inputs as "93,178, 259", How can i capture it?
Please provide your guidlines on it.

 

Regards,

Venu

amitchandak
Super User
Super User

@venug , if you want numeric, You can use what if parameter -https://docs.microsoft.com/en-us/power-bi/desktop-what-if

 

Ford text, you need to create table with one to select and use that

 

Hi Amit,

Thanks for your reply. Am working on Migration project & am trying to create dynamic Bins in Power BI, for that want to required user inputs.
User will provide random numbers & will be provide comma seperated values only. I have done everything, excet user input.

Anybody please help on this. 

Thanks in advance.
Bin-1.pngBin-2.pngBin-3.pngBin-4.png

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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