Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
acbg
Resolver III
Resolver III

Paginated report builder .Net Version

Been trying to download the new Power BI Report Builder but running into issue of not having .Net Framework 4.5 installed.

But when trying to install that framework I am getting the message that I have a higher version already installed.

So went and checked the registry to find out I have .NET Framework 4.7.2 installed.

 

Is this is a bug on the report builder installation file that its not recognizing the higher version of .Net Framework?

2 ACCEPTED SOLUTIONS

Can you also check to see if you have this key in the registry:

 

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full

 

Also when you try to install can you do it from the command line and use the following command:

 

msiexec /i PowerBiReportBuilder.msi /log C:\Temp\install.log

 

Looking in the log let me know if you see any errors and also if you see a property called RSNETFRAMEWORK45 can you let me know what the value is. Thanks!

View solution in original post

acbg
Resolver III
Resolver III

As others have suggested command line was what helped for me as well...run the thing in quiet or passive mode:

 

msiexec /i <filepath>\PowerBiReportBuilder.msi /passive

 

or 

 

msiexec /i <filepath>\PowerBiReportBuilder.msi /quiet

 

 

View solution in original post

16 REPLIES 16

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors