Forum Discussion
Anonymous
5 years agoNot applicable
Add Data Row Based on Date and Time
Hello I have gotten stuck on this for a while. I have a report that shows a production map of our current earn hours. The people enter data in periodicly. I want to create a row filtered by (date,shi...
- 5 years ago
Depending on the description, if you cannot access the data source, you cannot use parameters to filter rows of data in the query editor.
Best regards
Liang
If this post helps, then consider Accept it as the solution to help other members find it faster.
lbendlin
5 years agoSuper User
While you could do this via disconnected tables or an empty cross join you should keep in mind that Power BI is a reporting tool, it is not a database. Do this stuff in your actual data source.
Anonymous
5 years agoNot applicable
I figured as much. I dont have access to the data source. Trying to get around it. Thanks for the help.