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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
MSFTServices
New Member

LookUpvalue Multiple values Count

Hello Community,

 

I have 2 tables, {Documents, Progress} wants to calculate Doc_Category Count and Value for specific Date. something like based on Received Date in Progress table.


ReceivedDate          Doc_Category        Count   

1/1/2010                 Admin                    20

1/2/2010                 Admin                    2

1/3/2010                 Admin                    3

 

As Doc_Category Column contains multiple Categories might 20 or so then below mentioned DAX function gives me 20 Doc_Category in one Column too confusing data comes.
 
LOOKUPVALUE(Documents[Doc_Category],Documents[Date].[Date],Progress[Date].[Date]) but it gives me 
(A table of multiple values was supplied where a single value was expected.)
 
So using this but still not giving desired
CONCATENATEX(CALCULATETABLE(VALUES(Documents[Doc_Category] )),[Doc_Category],",")
 
Documents.pngProgress.png

For reference, kindly find the attached PBIX file. CommunityFile 


While search i could find following names...
can you guys give a hint please , Need your expert advise please. Thank You
3 REPLIES 3
Anonymous
Not applicable

Hi @MSFTServices ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or 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 from your Onedrive for Business.

 

Best Regards,

Yuna

Anonymous
Not applicable

Hi @MSFTServices ,

Which date column in the "Documents" table do you use to create a LOOKUPVALUE() formula? Received, Reviewed or approved?

v-yuaj-msft_0-1614144890406.png

v-yuaj-msft_0-1614145713202.png

 

Could you please share the expected result to have a clear understanding of your question? I can do some tests for you.

 

Best Regards,

Yuna

 

Ashish_Mathur
Super User
Super User

Hi,

Your question is not clear at all.  Please show the expected result based on the sample data that you have shared.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors