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
tommat01
New Member

Supplier Cost Dashboard

Hello, I'm looking to create a dashboard which visualises our supplier costs and has the ability to compare them to our forecast numbers/previous years (FP, RF0, FY22 etc). All the data would come from Hyperion. Is anyone able to advise how I would start this? Thank you

1 ACCEPTED SOLUTION
v-stephen-msft
Community Support
Community Support

Hi  @tommat01 ,

 

To connect to the Hyperion data source in Power BI Desktop, you can follow these steps:

  • Open Power BI Desktop and click on "Get Data" from the Home tab.
  • Select "Oracle" from the list of available data sources.
  • Enter the server name and database name for your Hyperion instance.
  • Choose the appropriate authentication method and enter your credentials.
  • Select the tables or views that you want to import into Power BI Desktop.
  • Click "Load" to import the data into Power BI Desktop.

Or you can consider the link:

https://community.powerbi.com/t5/Desktop/Oracle-Hyperion-Essbase-Essbase-connector/m-p/826346

https://learn.microsoft.com/en-us/power-query/connectors/essbase

 

If you want to compare data from previous years, you can consider the following formula:

Cureent Year =
SUMX(
    FILTER(ALL('Table'),
    YEAR('Table'[Date])=YEAR(TODAY())),[Value])
FY22 =
SUMX(
    FILTER(ALL('Table'),
    YEAR('Table'[Date])=YEAR(TODAY())-1),[Value])
The first two years =
SUMX(
    FILTER(ALL('Table'),
    YEAR('Table'[Date])=YEAR(TODAY())-2),[Value])

vstephenmsft_0-1684891943910.png

 

If it doesn't meet your expectations, can you express your results in the form of pictures, we can better help you

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

1 REPLY 1
v-stephen-msft
Community Support
Community Support

Hi  @tommat01 ,

 

To connect to the Hyperion data source in Power BI Desktop, you can follow these steps:

  • Open Power BI Desktop and click on "Get Data" from the Home tab.
  • Select "Oracle" from the list of available data sources.
  • Enter the server name and database name for your Hyperion instance.
  • Choose the appropriate authentication method and enter your credentials.
  • Select the tables or views that you want to import into Power BI Desktop.
  • Click "Load" to import the data into Power BI Desktop.

Or you can consider the link:

https://community.powerbi.com/t5/Desktop/Oracle-Hyperion-Essbase-Essbase-connector/m-p/826346

https://learn.microsoft.com/en-us/power-query/connectors/essbase

 

If you want to compare data from previous years, you can consider the following formula:

Cureent Year =
SUMX(
    FILTER(ALL('Table'),
    YEAR('Table'[Date])=YEAR(TODAY())),[Value])
FY22 =
SUMX(
    FILTER(ALL('Table'),
    YEAR('Table'[Date])=YEAR(TODAY())-1),[Value])
The first two years =
SUMX(
    FILTER(ALL('Table'),
    YEAR('Table'[Date])=YEAR(TODAY())-2),[Value])

vstephenmsft_0-1684891943910.png

 

If it doesn't meet your expectations, can you express your results in the form of pictures, we can better help you

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

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
Top Kudoed Authors