Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I don't understand why when there are values in more than one column the values are returned as BLANK, but if there are only one column the values are returned correctly.
My DAX:
selectedvalue() needs filter context or it will always show blank if giving multiple values as its intended for only one value.
use a different aggregation function like max or min if you are looking at multiple values, you will still need to return one value.
https://www.sqlbi.com/articles/using-the-selectedvalue-function-in-dax/
Proud to be a Super User!
But in my total there are several contexts that I think might need to be changed to a different one.
Because I need the difference of Week Num Create 45 and 44. with quantities which have many values in case I want to see in total.
So do you have any ideas on how to fix it?
if you can provide some sample data with and example of your expected result then it will be easier to help you.
Proud to be a Super User!
I have the same product but the DemandID is different. I want to compare volumes to see how much they increased or decreased using Week Num Create as a basis. Right now I'm using the most recent week and the previous week. Now I can get it to display correctly in the weekly column. But the total field is not displayed correctly. I want the correct total to be displayed.
My DAX use now:
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 71 | |
| 34 | |
| 33 | |
| 31 |