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 created this messure that works as it shold. But what i really need is for it to be in column format so that I can calculate on it.
Can anyone help me with that?
Columns are tied to a specific table (measures are not). So at the very minimum you need to do something like
TogetherColumn = SUM('Forecast'[Quantity])+SUM (RELATED('Forbrukning'[Consumption]))
in the Forecast table. Or the other way round, depending on the relationship between your tables. RELATED only works upwards, from the "*" table into the "1" table.
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |