Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
I met the following problem, appreciate if anybody can help with that.
3. I use a measure called cal1
While you can't make a calculated table that is dynamic to your slicer, but you can make a virtual table in a measure like this one.
VirtualTableMeasure =
VAR v1 =
SELECTEDVALUE ( SlicerValue[Value] )
VAR _table =
ADDCOLUMNS ( GENERATESERIES ( 1, 10, 1 ), "@value", v1 * [Value] )
RETURN
SUMX ( _table, [@value] )
// or do some other analysis on this virtual table
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks for your reply. I tried your DAX code but it comes the error message "The expression specified in the query is not a valid table expression."
So sad to hear that, it's very important for me to develop a dynamic calaulated report.
Why Power BI can't do that???
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |