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 August 31st. Request your voucher.
Hi All,
I have a report based on two folders. I have seven csv files in the folder.
This is a simple report an displaying total counts of each files.
Fo rsome reson on refresh total counts of rows exceed by 1.
For example from folder 1:
File one = 0
File Two = 183
File Three = 12
File Four = 15
File Five = 0
But it displays on report as:
File one = 1
File Two = 184
File Three = 13
File Four = 16
File Five = 1
help will be appreciated. Thanks
Thankks
@sdhn when you are importing the csv files, are you promoting the headers? Maybe it is counting the header row. It is always good to provide some more details. Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi,
I opened the each files.
CNTRL A
and save the files.
After that I refreshed and got correct counts BUT file name with '0' counts disappeared.
File Two = 183
File Three = 12
File Four = 15
I want to diaplays as:
File one = 0
File Two = 183
File Three = 12
File Four = 15
File Five = 0
1) Do I need to format each tiime?
2) How can I get file name with '0' too? Thanks