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
ghe7549
Helper III
Helper III

Creating new row or table based on slicer selection

I am not sure this is possible to do but wanted to run it by the community.  

 

I have one table with vendors, contact email, and contact phone.  The second table is a list of facilities and up to 4 different vendors that location could use.

 

I am trying to if i use a slicer to select that one facility add the vendor contact information below that location but if all locations are selected do not have any of the vendor information.

ghe7549_0-1629732124806.png

ghe7549_1-1629732206450.png

 

 

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @ghe7549 ,

 

According to your description, in powerbi, the filter is used to filter conditions, and the value displayed in the table is the result of all rows that meet the condition. You cannot dynamically increase or decrease column values through the slicer.

vhenrykmstf_0-1629872755721.png

Similar results can only be achieved in the following way:

List of ID = 
CONCATENATEX ( VALUES ( 'Table (3)'[Vendor]), 'Table (3)'[Vendor], "," ) 

vhenrykmstf_1-1629873343981.png

 


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


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

View solution in original post

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @ghe7549 ,

 

According to your description, in powerbi, the filter is used to filter conditions, and the value displayed in the table is the result of all rows that meet the condition. You cannot dynamically increase or decrease column values through the slicer.

vhenrykmstf_0-1629872755721.png

Similar results can only be achieved in the following way:

List of ID = 
CONCATENATEX ( VALUES ( 'Table (3)'[Vendor]), 'Table (3)'[Vendor], "," ) 

vhenrykmstf_1-1629873343981.png

 


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


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

amitchandak
Super User
Super User

@ghe7549 , You can not edit data on power bi.

 

You need to integrate with power app

refer - https://www.youtube.com/watch?v=LxuRzj0X348

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.