The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi All
I have 2 tables: AllFiles (Url (unique) ) and FilesAccessed (Urls, AccessDate)
I need to add custom column to AllFiles that would show how many times particular file was accessed. So something like "Table.AddColumn(#"Removed Columns", "TotalAccessed",
each Table.RowCount(Table.SelectRows(FilesAccessed, each [Urls] = [Url] ))) "
But getting error on it.
Can anybody show me how it shouhld be done?
Thanks
Solved! Go to Solution.
Hi @kroman ,
According to your description, refer to the following steps:
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.
Hi @kroman ,
According to your description, refer to the following steps:
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.
Sorry, I am still quite new to Powr BI - can you give more details please
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
181 | |
82 | |
63 | |
47 | |
43 |