Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. MDX + Trasnsactional Level

MDX + Trasnsactional Level

Scheduled Pinned Locked Moved Database
databasediscussion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GChannon
    wrote on last edited by
    #1

    Hi, I would like to create a query that display the data on a transactional level with the related dimension on each row. I can acheive this using the DRILLTROUGH but it doesn't seem right as this is a top-level query and not a drill-trough. My query is DRILLTHROUGH MAXROWS 100 Select ([Measures].[ID]) on 0 From [NBOS] RETURN [Fact Trade].[ID] AS LiveTradeID,[Fact Trade].[Volume], [Fact Trade].[Total Volume],[Fact Trade].[Price], [Fact Trade].[Commission],[Fact Trade].[Commission2], [Fact Trade].[Trade Count],[$Company].[Company],[$Counterparty].[Company], [$Instrument].[Instrument Name], [$Sequence Item].[Sequence Item],[$Date Time].[Full Date Alternate Key] I looking for something similar to this SQL SELECT * FROM FactTrade INNER JOIN Instrument ON Instrument.InstrumentID = FactTrade.InstrumentID Does anyone know the best practice to do this. THANKS SO MUCH IN ADVANCE

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups