Forum Discussion
Card First and Show Items with no data
- 5 years ago
Hi gk1d09 ,
As a workaround, you can create an index column and put it in table visual too.
For exmaple:
Turn off word wrap for column header and reduce the column spacing to hide the Index:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hello,
I managed to achieve what I needed using the below.
Last date = LASTNONBLANK(HighlightReport[Date],1)
LatestProgress = if(HASONEFILTER(Project[ProjectID]),LOOKUPVALUE(HighlightReport[Progress],HighlightReport[Date],[Last date],HighlightReport[ProjectID],VALUES(HighlightReport[ProjectID])),"None")I tried with your proposed solution. The sort By column I created was just called Index. When I changed the dropdown to Sort By Index, I got the error I pasted.
Thanks,
Hi gk1d09
Your original post showed an error caused by the column Index that you started with, which is why I renamed the column I created to Sort By. Are you sure you weren't still trying to sort by the original Index column that had duplicate values?
Regards
Phil
- gk1d095 years agoFrequent Visitor
Hello,
I have created the sort by index and it is still showing the same error.