The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
hi
i have a fact table with order lines connected to dimdate table.
i want to viusal results in matrix , that in the rows i will have the orders PO and lines and in the columns i will have work weeks.
at the end of the matix instead of total column i want to have selected week or week of my choice calculation
like this:
@Anonymous
@Anonymous , If week is used as column(pivot), and want a custom week then you need Hydrid table or change grand total using isinscope or isfiltered
if(isinscope([Week]) , [Meausre], [Measure with custom week])
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
if you are looking for a Hybrid display with Matrix Column and measure
https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1354591
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/963588#M428
vote for Hybrid Table
https://ideas.powerbi.com/ideas/idea/?ideaid=9bc32b23-1eb1-4e74-8b34-349887b37ebc
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |