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
Anonymous
Not applicable

First Time Customer List

Hello Everyone,

 

I have a column chart where I show a count of new customers by month with "month year" along the x-axis.

 

Similarly, I would like to create a matrix/list that shows the name of the new customers in each month (as opposed to count).

 

Below is an image of what I have already.

 

pbi new users by month.PNG

 

I've done a search of the community, but not had much luck with the keywords.

 

Any tips,

 

Thanks

 

Rich

2 ACCEPTED SOLUTIONS

Hey,

yes it could be done, but some for effort is necessary ...

EXCEPT returns a table, instead of using this as the 1st argument of concatenatex store this into a variable.

Then use something like this

CONCATENATEX(
FILTER(ALL('<customertable>')
, '<customertable>'[customer key] IN tablevariable
)
, concatenate all the column values
, new line separator
)

Hopefully this is what you are looking for.

Regards,
Tom


Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

Hi @Anonymous ,

Please try to change the comma to "IN" or other operators.

Capture.PNG

The syntax of Filter is like below. We need to write a Boolean expression for <filter>. You could reference the document to learn more.

2.PNG

  

Best Regards,

Xue Ding

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

Best Regards,
Xue Ding
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

11 REPLIES 11

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.