Forum Discussion
Converting SSRS Reports to Power BI
- 5 months ago
Hi bfry24,
Thank you for reaching out to the Microsoft fabric community forum. I reproduced the scenario, and it worked on my end. I used it as sample data and successfully implemented it.
outcome:
I am also including .pbix file for your better understanding, please have a look into it.
Hope this clears it up. Let us know if you have any doubts regarding this. We will be happy to help.
Thank you for using the Microsoft Fabric Community Forum
as a measure:
MIN('Z_LastQBUpdate'[Date])
This is what I get:
Again, I am very new to Power BI
- v-kpoloju-msft5 months ago
Community Support
Hi bfry24,
Thank you for reaching out to the Microsoft Fabric Community Forum. Also, thanks to divyed, lbendlin, for those inputs on this thread.
You are on the right track here the error is happening because Z_LastQBUpdate is an SSRS dataset name, and Power BI doesn’t recognize dataset names the same way. Instead, you need to reference the actual table name from your model. From your screenshot, the Date field looks like it belongs to Z_GeneralData, so updating your measure to use that table should resolve the issue.
You can try something like:
Last Update Date = MAX('Z_GeneralData'[Date])(and use MIN instead if you specifically need the earliest date). Then, to display it like an SSRS textbox, just place the measure in a Card visual, or create a formatted version if you want text along with the date. Once you switch from dataset name to the correct table name, it should work as expected
Hope that clarifies. Let us know if you have any doubts regarding this. We will be happy to help.
Thank you for using the Microsoft Fabric Community Forum.
- v-kpoloju-msft5 months ago
Community Support
Hi bfry24,
Just checking in to see if the issue has been resolved on your end. If the earlier suggestions helped, that’s great to hear! And if you’re still facing challenges, feel free to share more details happy to assist further.Thank you.
- bfry245 months agoRegular Visitor
Appreciate the assistance.
I used the measure in a text box, but instead of display the date, I get the following:
Last Quickbooks Update: DateLastUpdatedFromQB