Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |