Hello Community!
I have a simple case but can't solve it with PowerBI, so I need an advice.
I have MS OLAP Cube and I connected to it using Power BI.
I have fact table "FACT" with a lot of columns including 2 ones: "Open Time" and "Close Time".
I have 2 dimensions "Dim_Open_Date" and "Dim_Close_Date". Both dimensions with hierarchy like Year-Quarter-Month-Day.
I have a simple measure called "Entites Count" - just a count of rows.
I want to create a visual like "Clustered column chart" where on X-axis I will have date hierarchy (Y-Q-M-D) and on Y-axis I will have my measure "Entites Count" - left bar biuld on "Dim_Open_Date" and right bar build on "Dim_Close_Date".
That's it. Will be appreciate any piece of advice. Thank you!