Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a Project page with a list of projects and these projects have hyper URL links to go to a Project Summary page (for that specific Project) and then a button to return back to the Project List page. It works but not consistently. I can go back and forth between pages but randomly the Project List link fails (url takes me to Summary page but it is BLANK/No data) and I cannot figure out why.
My steps:
Step 1
I have a calculated column which I use in a table:
"https://app.powerbixxx.xx/groups/xxxxxxxxxxxxx/reports/yyyyyyyyyyyyyy/ReportSection17a68d67066d7025d..."
&
"?filter=Projects/ProjectName eq "
&
"'" & [ProjectName] & "'"
I added this column to the Project column:
I changed the link to "uncategorized" so now user can click on any project and it goes to Project Summary page
Step 2
I then created a Go Back Button on Project Summary page to go back to Project page. I created another URL column:
"https://app.powerbixxx.xx/groups/xxxxx/reports/yyyyy/ReportSection3552d581506ea0ce2590"
I click on the Project List link a few times, go back and forth between pages and it works until it doesnt -> it goes to the Project Summary page BUT there is NO DATA and the link to Go Back button is BLANK.
Any ideas on why this happens and how to fix this?
How is that a dynamic link?
Maybe make it dynamic and add a random query parameter?